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

Felix Yan fyan at nymeria.archlinux.org
Fri Jul 4 15:11:57 UTC 2014


    Date: Friday, July 4, 2014 @ 17:11:57
  Author: fyan
Revision: 114872

archrelease: copy trunk to community-any

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

-------------------------+
 PKGBUILD                |   55 +++++++++++++++++++++++-----------------------
 lxde-icon-theme.install |   22 +++++++++---------
 2 files changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-04 15:11:13 UTC (rev 114871)
+++ PKGBUILD	2014-07-04 15:11:57 UTC (rev 114872)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez <angvp at archlinux.org>
-# Maintainer: Juergen Hoetzel <juergen at archlinux.org>
-
-pkgname=lxde-icon-theme
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="LXDE default default icon theme based on nuoveXT2"
-url="http://lxde.org"
-groups=('lxde')
-depends=('gtk-update-icon-cache')
-license=('GPL')
-arch=(any)
-install=lxde-icon-theme.install
-source=(http://ftp.de.debian.org/debian/pool/main/l/$pkgname/${pkgname}_${pkgver}.orig.tar.xz)
-md5sums=('97b146c1843c5cd937102f4e14d24cb4')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: lxde-icon-theme/repos/community-any/PKGBUILD (from rev 114871, lxde-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-04 15:11:57 UTC (rev 114872)
@@ -0,0 +1,28 @@
+# $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.0
+pkgrel=2
+pkgdesc="LXDE default icon theme based on nuoveXT2"
+arch=('any')
+url="http://lxde.org"
+license=('GPL')
+groups=('lxde')
+depends=('gtk-update-icon-cache')
+install=lxde-icon-theme.install
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.bz2)
+md5sums=('346e1aecf805892b106b4d4b0f26e5cc')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: lxde-icon-theme.install
===================================================================
--- lxde-icon-theme.install	2014-07-04 15:11:13 UTC (rev 114871)
+++ lxde-icon-theme.install	2014-07-04 15:11:57 UTC (rev 114872)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/nuoveXT2
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: lxde-icon-theme/repos/community-any/lxde-icon-theme.install (from rev 114871, lxde-icon-theme/trunk/lxde-icon-theme.install)
===================================================================
--- lxde-icon-theme.install	                        (rev 0)
+++ lxde-icon-theme.install	2014-07-04 15:11:57 UTC (rev 114872)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/nuoveXT2
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list