libindicator rebuild
This commit is contained in:
@@ -9,17 +9,39 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
shelltools.copytree("../libindicator-%s" % (get.srcVERSION().replace("_", "~")), "../libindicator-%s-gtk3" % get.srcVERSION())
|
||||
|
||||
pisitools.cflags.add("-Wno-error=deprecated-declarations")
|
||||
autotools.configure("--libexecdir=/usr/lib \
|
||||
--disable-static \
|
||||
--disable-introspection \
|
||||
--with-gtk=2")
|
||||
|
||||
# for fix unused dependency
|
||||
pisitools.dosed("libtool"," -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
shelltools.cd("../libindicator-%s-gtk3" % get.srcVERSION())
|
||||
pisitools.cflags.add("-Wno-error=deprecated-declarations")
|
||||
autotools.configure("--libexecdir=/usr/lib \
|
||||
--disable-static \
|
||||
--with-gtk=3")
|
||||
|
||||
# for fix unused dependency
|
||||
pisitools.dosed("libtool"," -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
|
||||
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
shelltools.cd("../libindicator-%s-gtk3" % get.srcVERSION())
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
shelltools.cd("../libindicator-%s-gtk3" % get.srcVERSION())
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "NEWS", "ChangeLog", "COPYING", "README")
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
<Archive sha1sum="25c8a0a150651ee6b2198df3f36fcbb49f0295c2" type="targz">https://launchpadlibrarian.net/116625186/libindicator-12.10.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>dbus-glib-devel</Dependency>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -53,7 +54,37 @@
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libindicator-gtk2</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libindicator.so*</Path>
|
||||
<Path fileType="library">/usr/lib/indicator-loader</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libindicator-gtk2-devel</Name>
|
||||
<Summary>libindicator için geliştirme dosyalrı</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
<Dependency release="current">libindicator-gtk2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/pkgconfig/indicator-0.4.pc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2021-07-04</Date>
|
||||
<Version>12.10.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2020-06-29</Date>
|
||||
<Version>12.10.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user