[arch-commits] Commit in matchbox-common/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Tue Jul 1 13:26:39 UTC 2014
Date: Tuesday, July 1, 2014 @ 15:26:38
Author: spupykin
Revision: 114079
archrelease: copy trunk to community-any
Added:
matchbox-common/repos/community-any/PKGBUILD
(from rev 114078, matchbox-common/trunk/PKGBUILD)
Deleted:
matchbox-common/repos/community-any/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++++---------------------
1 file changed, 25 insertions(+), 21 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-01 13:26:30 UTC (rev 114078)
+++ PKGBUILD 2014-07-01 13:26:38 UTC (rev 114079)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Henrique C. Alves <hcarvalhoalves at gmail.com>
-
-pkgname=matchbox-common
-pkgver=0.9.1
-pkgrel=6
-pkgdesc="A package containing shared icons and configuration data"
-arch=('any')
-license=('GPL')
-depends=('libmatchbox' 'matchbox-window-manager' 'matchbox-desktop' 'matchbox-panel')
-url="http://matchbox-project.org/"
-source=(http://matchbox-project.org/sources/$pkgname/0.9/$pkgname-$pkgver.tar.bz2)
-md5sums=('8e8ba0ee170a9ac78fdc583b00ccf76b')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr
- make
- make DESTDIR=$pkgdir install
-}
Copied: matchbox-common/repos/community-any/PKGBUILD (from rev 114078, matchbox-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-07-01 13:26:38 UTC (rev 114079)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Henrique C. Alves <hcarvalhoalves at gmail.com>
+
+pkgname=matchbox-common
+pkgver=0.9.1
+pkgrel=7
+pkgdesc="A package containing shared icons and configuration data"
+arch=('any')
+license=('GPL')
+depends=('libmatchbox' 'matchbox-window-manager' 'matchbox-desktop' 'matchbox-panel')
+url="http://matchbox-project.org/"
+source=(http://downloads.yoctoproject.org/releases/matchbox/matchbox-common/0.9/matchbox-common-$pkgver.tar.bz2)
+md5sums=('8e8ba0ee170a9ac78fdc583b00ccf76b')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
+}
More information about the arch-commits
mailing list