[arch-commits] Commit in matchbox-desktop/repos (4 files)

Sergej Pupykin spupykin at archlinux.org
Mon Oct 2 17:36:13 UTC 2017


    Date: Monday, October 2, 2017 @ 17:36:10
  Author: spupykin
Revision: 261309

archrelease: copy trunk to community-i686, community-x86_64

Added:
  matchbox-desktop/repos/community-i686/PKGBUILD
    (from rev 261308, matchbox-desktop/trunk/PKGBUILD)
  matchbox-desktop/repos/community-x86_64/PKGBUILD
    (from rev 261308, matchbox-desktop/trunk/PKGBUILD)
Deleted:
  matchbox-desktop/repos/community-i686/PKGBUILD
  matchbox-desktop/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   52 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   25 ---------------------
 community-x86_64/PKGBUILD |   25 ---------------------
 3 files changed, 52 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-10-02 17:35:37 UTC (rev 261308)
+++ community-i686/PKGBUILD	2017-10-02 17:36:10 UTC (rev 261309)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Henrique C. Alves <hcarvalhoalves at gmail.com>
-
-pkgname=matchbox-desktop
-pkgver=2.0
-pkgrel=4
-pkgdesc="A PDA style application launcher or 'item browser'."
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libmatchbox' 'startup-notification' 'libpng' 'gtk2')
-url="http://matchbox-project.org/"
-source=(http://downloads.yoctoproject.org/releases/matchbox/matchbox-desktop/$pkgver/matchbox-desktop-$pkgver.tar.bz2)
-md5sums=('b0a4a47130272e2adab4e9feb43a6c9c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  LDFLAGS=-lX11 ./configure --sysconfdir=/etc --prefix=/usr --enable-startup-notification
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: matchbox-desktop/repos/community-i686/PKGBUILD (from rev 261308, matchbox-desktop/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-02 17:36:10 UTC (rev 261309)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Henrique C. Alves <hcarvalhoalves at gmail.com>
+
+pkgname=matchbox-desktop
+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' 'gtk3')
+url="http://matchbox-project.org/"
+source=("http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-desktop-2/snapshot/matchbox-desktop-2-$pkgver.tar.bz2")
+sha256sums=('7975f0b1c46e59ffd18a5cd68f22b8da79e9af1ccd263fdbc2bc08e2a2e1b49e')
+
+build() {
+  cd "$srcdir"/$pkgname-2-$pkgver
+  autoreconf -v --install
+  ./configure --sysconfdir=/etc --prefix=/usr --enable-startup-notification
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-2-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-10-02 17:35:37 UTC (rev 261308)
+++ community-x86_64/PKGBUILD	2017-10-02 17:36:10 UTC (rev 261309)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Henrique C. Alves <hcarvalhoalves at gmail.com>
-
-pkgname=matchbox-desktop
-pkgver=2.0
-pkgrel=4
-pkgdesc="A PDA style application launcher or 'item browser'."
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libmatchbox' 'startup-notification' 'libpng' 'gtk2')
-url="http://matchbox-project.org/"
-source=(http://downloads.yoctoproject.org/releases/matchbox/matchbox-desktop/$pkgver/matchbox-desktop-$pkgver.tar.bz2)
-md5sums=('b0a4a47130272e2adab4e9feb43a6c9c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  LDFLAGS=-lX11 ./configure --sysconfdir=/etc --prefix=/usr --enable-startup-notification
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: matchbox-desktop/repos/community-x86_64/PKGBUILD (from rev 261308, matchbox-desktop/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-02 17:36:10 UTC (rev 261309)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Henrique C. Alves <hcarvalhoalves at gmail.com>
+
+pkgname=matchbox-desktop
+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' 'gtk3')
+url="http://matchbox-project.org/"
+source=("http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-desktop-2/snapshot/matchbox-desktop-2-$pkgver.tar.bz2")
+sha256sums=('7975f0b1c46e59ffd18a5cd68f22b8da79e9af1ccd263fdbc2bc08e2a2e1b49e')
+
+build() {
+  cd "$srcdir"/$pkgname-2-$pkgver
+  autoreconf -v --install
+  ./configure --sysconfdir=/etc --prefix=/usr --enable-startup-notification
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-2-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list