[arch-commits] Commit in matchbox-panel/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Oct 2 17:37:03 UTC 2017


    Date: Monday, October 2, 2017 @ 17:37:01
  Author: spupykin
Revision: 261312

upgpkg: matchbox-panel 2.11-1

Modified:
  matchbox-panel/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-02 17:36:48 UTC (rev 261311)
+++ PKGBUILD	2017-10-02 17:37:01 UTC (rev 261312)
@@ -3,25 +3,25 @@
 # Contributor: Henrique C. Alves <hcarvalhoalves at gmail.com>
 
 pkgname=matchbox-panel
-pkgver=2.0
+pkgver=2.11
 pkgrel=1
 pkgdesc="A flexible always present 'window bar' for holding application launchers and small 'applet' style applications"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libmatchbox' 'startup-notification' 'libpng' 'gtk2' 'dbus-glib')
+depends=('libmatchbox' 'startup-notification' 'libpng' 'gtk3' 'dbus-glib')
 url="http://matchbox-project.org/"
-source=(https://downloads.yoctoproject.org/releases/matchbox/matchbox-panel/2.0/matchbox-panel-$pkgver.tar.bz2)
-sha256sums=('77e6cfb336cba09156f394867ac05209f73fabba05129152eca3b4d135c746d8')
+source=("http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-panel-2/snapshot/matchbox-panel-2-$pkgver.tar.bz2")
+sha256sums=('f357ea9bb95b4219a09fe77fcb344f4618e588bc082dadfe3f72e051a7411917')
 
 prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd "$srcdir"/$pkgname-2-$pkgver
   find -type f -name 'Makefile*' -exec sed -i 's|-Werror||g' {} \;
   sed -i 's|sync |xsync |g' applets/showdesktop/showdesktop.c
 }
 
 build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  export LDFLAGS=-lX11
+  cd "$srcdir"/$pkgname-2-$pkgver
+  ./autogen.sh
   ./configure --sysconfdir=/etc --prefix=/usr \
     --enable-startup-notification
   make
@@ -28,6 +28,6 @@
 }
 
 package() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd "$srcdir"/$pkgname-2-$pkgver
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list