removed duplicate.

This commit is contained in:
4fury-c3440d8
2021-01-03 10:38:31 +00:00
parent 8edb1bfbf9
commit 4d7371af43
2 changed files with 0 additions and 89 deletions
@@ -1,27 +0,0 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools, pisitools, get
def setup():
pisitools.dosed("libindicator/Makefile.am", "-Werror", "")
pisitools.dosed("tools/Makefile.am", "-Werror", "")
autotools.autoreconf("-fiv")
autotools.configure("--with-gtk=3 --disable-tests --disable-static --disable-deprecations")
# fix autotypo.
pisitools.dosed("libindicator/Makefile", "-lglib-2.0-lm", "-lglib-2.0 -lm")
pisitools.dosed("tools/Makefile", "-lglib-2.0-lm", "-lglib-2.0 -lm")
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS")
@@ -1,62 +0,0 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libindicator</Name>
<Homepage>https://launchpad.net/libindicator</Homepage>
<Packager>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Packager>
<License>GPLv3</License>
<IsA>library</IsA>
<PartOf>programming.library</PartOf>
<Summary>A set of symbols and convience functions that all indicators would like to use.</Summary>
<Description>A set of symbols and convience functions that all indicators would like to use. Not of real use outside of the Ayatana indicators project.</Description>
<Archive sha1sum="25c8a0a150651ee6b2198df3f36fcbb49f0295c2" type="targz">
https://launchpad.net/libindicator/12.10/12.10.1/+download/libindicator-12.10.1.tar.gz
</Archive>
<BuildDependencies>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libindicator</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>gdk-pixbuf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libindicator-devel</Name>
<RuntimeDependencies>
<Dependency release="current">libindicator</Dependency>
<Dependency>gtk3-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-12-26</Date>
<Version>12.10.1</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
</PISI>