[arch-commits] Commit in mate-applet-dock/repos/community-any (PKGBUILD PKGBUILD)

Brad Fanella cesura at archlinux.org
Thu Aug 15 23:07:37 UTC 2019


    Date: Thursday, August 15, 2019 @ 23:07:37
  Author: cesura
Revision: 499646

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-15 23:07:23 UTC (rev 499645)
+++ PKGBUILD	2019-08-15 23:07:37 UTC (rev 499646)
@@ -1,31 +0,0 @@
-# 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.88
-pkgrel=1
-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=('63acc79d55e3c740a3230747a6498d3a6901fcc9412fae453e270ff8e4116023')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  autoreconf -fi
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  ./configure --prefix=/usr --with-gtk3
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: mate-applet-dock/repos/community-any/PKGBUILD (from rev 499645, mate-applet-dock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-15 23:07:37 UTC (rev 499646)
@@ -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=1
+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