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

Balló György bgyorgy at archlinux.org
Tue Jul 12 22:47:12 UTC 2016


    Date: Tuesday, July 12, 2016 @ 22:47:12
  Author: bgyorgy
Revision: 182799

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-12 22:47:07 UTC (rev 182798)
+++ PKGBUILD	2016-07-12 22:47:12 UTC (rev 182799)
@@ -1,28 +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=2
-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')
-install=lxde-icon-theme.install
-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 182798, lxde-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-07-12 22:47:12 UTC (rev 182799)
@@ -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=(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
+}

Deleted: lxde-icon-theme.install
===================================================================
--- lxde-icon-theme.install	2016-07-12 22:47:07 UTC (rev 182798)
+++ lxde-icon-theme.install	2016-07-12 22:47:12 UTC (rev 182799)
@@ -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
-}



More information about the arch-commits mailing list