Merge pull request #8018 from ayhanyalcinsoy/master

some fixes
This commit is contained in:
2020-03-03 10:26:31 +03:00
committed by GitHub
11 changed files with 10 additions and 15 deletions
Executable → Regular
View File
View File
+3 -3
View File
@@ -35,11 +35,11 @@
<Dependency>mate-desktop</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/caja</Path>
<Path fileType="library">/usr/lib/caja-sendto</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin/</Path>
<Path fileType="data">/usr/share/MateConf</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/glib-2.0/</Path>
<Path fileType="data">/usr/share/caja</Path>
<Path fileType="localedata">/usr/share/locale</Path>
+2 -2
View File
@@ -8,11 +8,11 @@
<Package>
<Name>caja-extensions-devel</Name>
<Summary xml:lang="tr">Development files for caja-extensions</Summary>
<Summary xml:lang="tr">Caja eklentileri için geliştirme dosyaları</Summary>
</Package>
<Package>
<Name>caja-extensions-doc</Name>
<Summary xml:lang="tr">caja-extensions için belgeler</Summary>
</Package>
</PISI>
</PISI>
-2
View File
@@ -33,7 +33,6 @@
<Dependency>xorg-proto</Dependency>
<Dependency>xmlto</Dependency>
<Dependency>intltool</Dependency>
<!--Dependency>elogind-devel</Dependency-->
</BuildDependencies>
</Source>
@@ -48,7 +47,6 @@
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libX11</Dependency>
<!--Dependency>elogind</Dependency-->
<Dependency>libXext</Dependency>
<Dependency>dbus-glib</Dependency>
<Dependency>libnotify</Dependency>
+1 -3
View File
@@ -12,7 +12,7 @@ from pisi.actionsapi import get
def setup():
shelltools.export("LDFLAGS", "%s -ldl" % get.LDFLAGS())
autotools.configure("--prefix=/usr \
--libexecdir=/usr/lib \
--libexecdir=/usr/lib/mate-sensors-applet \
--disable-static \
--disable-schemas-compile \
--enable-libnotify \
@@ -25,8 +25,6 @@ def build():
autotools.make()
def install():
pisitools.dodir("/usr/lib/mate-sensors-applet/plugins")
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
#autotools.install()
pisitools.dodoc("README", "NEWS", "ChangeLog", "AUTHORS", "COPYING")
+1 -3
View File
@@ -25,7 +25,6 @@
<Dependency>mate-common</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>libXtst-devel</Dependency>
<!--Dependency>elogind-devel</Dependency-->
<Dependency>dbus-glib-devel</Dependency>
<Dependency>pangox-compat-devel</Dependency>
</BuildDependencies>
@@ -42,7 +41,6 @@
<Dependency>libICE</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libXau</Dependency>
<!--Dependency>elogind</Dependency-->
<Dependency>libXtst</Dependency>
<Dependency>libXext</Dependency>
<Dependency>dbus-glib</Dependency>
@@ -72,4 +70,4 @@
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -13,6 +13,7 @@ from pisi.actionsapi import get
def setup():
pisitools.dosed("data/org.mate.peripherals-touchpad.gschema.xml.in", "<default>false</default>", "<default>true</default>")
autotools.configure("--enable-pulse \
--libexecdir=/usr/lib/mate-settings-daemon \
--disable-static \
--disable-schemas-compile \
--enable-polkit \
+1 -1
View File
@@ -64,7 +64,7 @@
<Path fileType="man">/usr/share/man/</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="executable">/usr/lib/mate-settings-daemon</Path>
<Path fileType="data">/usr/share/glib-2.0</Path>
<Path fileType="data">/usr/share/polkit-1</Path>
<Path fileType="localedata">/usr/share/locale</Path>
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

+1 -1
View File
@@ -11,7 +11,7 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.export("PYTHON","python3")
shelltools.export("PYTHON","/usr/bin/python3")
autotools.configure("--prefix=/usr")
def build():