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

Sergej Pupykin spupykin at archlinux.org
Mon Oct 2 17:35:45 UTC 2017


    Date: Monday, October 2, 2017 @ 17:35:37
  Author: spupykin
Revision: 261308

upgpkg: matchbox-desktop 2.2-1

Modified:
  matchbox-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-02 17:35:19 UTC (rev 261307)
+++ PKGBUILD	2017-10-02 17:35:37 UTC (rev 261308)
@@ -3,23 +3,24 @@
 # Contributor: Henrique C. Alves <hcarvalhoalves at gmail.com>
 
 pkgname=matchbox-desktop
-pkgver=2.0
-pkgrel=4
+pkgver=2.2
+pkgrel=1
 pkgdesc="A PDA style application launcher or 'item browser'."
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libmatchbox' 'startup-notification' 'libpng' 'gtk2')
+depends=('libmatchbox' 'startup-notification' 'libpng' 'gtk3')
 url="http://matchbox-project.org/"
-source=(https://downloads.yoctoproject.org/releases/matchbox/matchbox-desktop/$pkgver/matchbox-desktop-$pkgver.tar.bz2)
-sha256sums=('be33ff0bc8a9b1eee6af360a5118e470e69a6292ecc9e154ec6f349fce5c5f75')
+source=("http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-desktop-2/snapshot/matchbox-desktop-2-$pkgver.tar.bz2")
+sha256sums=('7975f0b1c46e59ffd18a5cd68f22b8da79e9af1ccd263fdbc2bc08e2a2e1b49e')
 
 build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  LDFLAGS=-lX11 ./configure --sysconfdir=/etc --prefix=/usr --enable-startup-notification
+  cd "$srcdir"/$pkgname-2-$pkgver
+  autoreconf -v --install
+  ./configure --sysconfdir=/etc --prefix=/usr --enable-startup-notification
   make
 }
 
 package() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd "$srcdir"/$pkgname-2-$pkgver
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list