[arch-commits] Commit in lxde-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed Dec 7 18:40:18 UTC 2016


    Date: Wednesday, December 7, 2016 @ 18:40:18
  Author: bgyorgy
Revision: 198357

archrelease: copy trunk to community-any

Added:
  lxde-icon-theme/repos/community-any/PKGBUILD
    (from rev 198356, lxde-icon-theme/trunk/PKGBUILD)
Deleted:
  lxde-icon-theme/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-07 18:40:09 UTC (rev 198356)
+++ PKGBUILD	2016-12-07 18:40:18 UTC (rev 198357)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-
-pkgname=lxde-icon-theme
-pkgver=0.5.1
-pkgrel=3
-pkgdesc="LXDE default icon theme based on nuoveXT2"
-arch=('any')
-url="http://lxde.org"
-license=('GPL')
-groups=('lxde' 'lxde-gtk3')
-depends=('gtk-update-icon-cache')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
-md5sums=('7467133275edbbcc79349379235d4411')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: lxde-icon-theme/repos/community-any/PKGBUILD (from rev 198356, lxde-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-12-07 18:40:18 UTC (rev 198357)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=lxde-icon-theme
+pkgver=0.5.1
+pkgrel=3
+pkgdesc="LXDE default icon theme based on nuoveXT2"
+arch=('any')
+url="http://lxde.org"
+license=('GPL')
+groups=('lxde' 'lxde-gtk3')
+depends=('gtk-update-icon-cache')
+source=(https://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
+md5sums=('7467133275edbbcc79349379235d4411')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list