[arch-commits] Commit in mate-applet-dock/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Nov 10 20:09:50 UTC 2019


    Date: Sunday, November 10, 2019 @ 20:09:49
  Author: foutrelis
Revision: 526498

archrelease: copy trunk to community-staging-any

Added:
  mate-applet-dock/repos/community-staging-any/
  mate-applet-dock/repos/community-staging-any/PKGBUILD
    (from rev 526497, mate-applet-dock/trunk/PKGBUILD)

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: mate-applet-dock/repos/community-staging-any/PKGBUILD (from rev 526497, mate-applet-dock/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-10 20:09:49 UTC (rev 526498)
@@ -0,0 +1,31 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contriburor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=mate-applet-dock
+_pkgname=mate-dock-applet
+pkgver=0.89
+pkgrel=2
+pkgdesc="Application dock for the MATE panel"
+arch=('any')
+url="https://github.com/robint99/dock-applet"
+license=('GPL3')
+depends=('bamf' 'libnotify' 'mate-panel' 'python-cairo' 'python-dbus' 'python-gobject'
+         'python-pillow' 'python-xdg' 'python-xlib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/robint99/$_pkgname/archive/V$pkgver.tar.gz")
+sha256sums=('df9ad090af3e3135fb36138549fa02b3beb7612320cb862e403665a313987db0')
+
+prepare() {
+	cd $_pkgname-$pkgver
+  	autoreconf -fi
+}
+
+build() {
+  	cd $_pkgname-$pkgver
+  	./configure --prefix=/usr --with-gtk3
+  	make
+}
+
+package() {
+  	cd $_pkgname-$pkgver
+  	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list