summaryrefslogtreecommitdiff
path: root/libindicator-gtk3
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-08-04 16:16:42 +0200
committerTim Biermann <tbier@posteo.de>2019-08-04 16:16:42 +0200
commitc084bb37dbb4e3b3fe953dca74c64fea9954bcae (patch)
treed161907325550c0607edecc083e0fbb5655d6da7 /libindicator-gtk3
parent37f5107ca14fea380e9531ae10d6f423f10f580e (diff)
downloadcontrib-c084bb37dbb4e3b3fe953dca74c64fea9954bcae.tar.gz
contrib-c084bb37dbb4e3b3fe953dca74c64fea9954bcae.tar.xz
libindicator-gtk3: initial commit
Diffstat (limited to 'libindicator-gtk3')
-rw-r--r--libindicator-gtk3/.footprint23
-rw-r--r--libindicator-gtk3/.md5sum1
-rw-r--r--libindicator-gtk3/.signature5
-rw-r--r--libindicator-gtk3/Pkgfile27
4 files changed, 56 insertions, 0 deletions
diff --git a/libindicator-gtk3/.footprint b/libindicator-gtk3/.footprint
new file mode 100644
index 000000000..6a028f0f9
--- /dev/null
+++ b/libindicator-gtk3/.footprint
@@ -0,0 +1,23 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/libindicator3-0.4/
+drwxr-xr-x root/root usr/include/libindicator3-0.4/libindicator/
+-rw-r--r-- root/root usr/include/libindicator3-0.4/libindicator/indicator-desktop-shortcuts.h
+-rw-r--r-- root/root usr/include/libindicator3-0.4/libindicator/indicator-image-helper.h
+-rw-r--r-- root/root usr/include/libindicator3-0.4/libindicator/indicator-ng.h
+-rw-r--r-- root/root usr/include/libindicator3-0.4/libindicator/indicator-object.h
+-rw-r--r-- root/root usr/include/libindicator3-0.4/libindicator/indicator-service-manager.h
+-rw-r--r-- root/root usr/include/libindicator3-0.4/libindicator/indicator-service.h
+-rw-r--r-- root/root usr/include/libindicator3-0.4/libindicator/indicator.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/libindicator/
+-rwxr-xr-x root/root usr/lib/libindicator/indicator-loader3
+-rwxr-xr-x root/root usr/lib/libindicator3.la
+lrwxrwxrwx root/root usr/lib/libindicator3.so -> libindicator3.so.7.0.0
+lrwxrwxrwx root/root usr/lib/libindicator3.so.7 -> libindicator3.so.7.0.0
+-rwxr-xr-x root/root usr/lib/libindicator3.so.7.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/indicator3-0.4.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/libindicator/
+-rw-r--r-- root/root usr/share/libindicator/80indicator-debugging
diff --git a/libindicator-gtk3/.md5sum b/libindicator-gtk3/.md5sum
new file mode 100644
index 000000000..ab4ac7342
--- /dev/null
+++ b/libindicator-gtk3/.md5sum
@@ -0,0 +1 @@
+60db9d0c59c125b6cbcac8df146bdc83 libindicator-16.10.tar.gz
diff --git a/libindicator-gtk3/.signature b/libindicator-gtk3/.signature
new file mode 100644
index 000000000..99ee2c934
--- /dev/null
+++ b/libindicator-gtk3/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF38pexaI0thaAkpaW/p1oVgMNWcbNf6EPDWe6ZALDDhTXkXFoMWQ9XR2BLfRmEPVwc0oSb1+B6ONdtOqLd2y85gw=
+SHA256 (Pkgfile) = e58561ef0ae271fa6023e8851eeb059d0b411f27a9d842157ac39e8e8ac49d02
+SHA256 (.footprint) = 8d73fb616f3ca3ca249399b076c615545d4a3440e46b9f31c8a91c65afb7fd3b
+SHA256 (libindicator-16.10.tar.gz) = 03bb0f6aa4c0eeefd53f040f641e42bdccb8f7b791685bbdefd2cee50d95ca51
diff --git a/libindicator-gtk3/Pkgfile b/libindicator-gtk3/Pkgfile
new file mode 100644
index 000000000..4c38b03e6
--- /dev/null
+++ b/libindicator-gtk3/Pkgfile
@@ -0,0 +1,27 @@
+# Description: Set of symbols and convenience functions for Ayatana indicators (GTK+ 3 library)
+# URL: https://launchpad.net/libindicator
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: libido3 gnome-common
+
+name=libindicator-gtk3
+version=16.10
+release=1
+source=(http://unrealize.co.uk/source/libindicator-$version.tar.gz)
+
+build() {
+ cd libindicator-$version
+ sed -e 's/-Werror -Wno-error=deprecated-declarations//g' -i libindicator/Makefile.am
+ sed -e 's/--enable-gtk-doc//g' -i autogen.sh
+ NOCONFIGURE=1 ./autogen.sh
+ CFLAGS="-Wno-deprecated -Wno-deprecated-declarations -fPIC" \
+ CXXFLAGS="-Wno-deprecated -Wno-deprecated-declarations -fPIC" \
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/libindicator \
+ --disable-static \
+ --with-gtk=3
+ make -j1
+ make -j1 DESTDIR=$PKG install
+ rm -fr $PKG/usr/lib/libdummy*
+}

Generated by cgit