[arch-commits] Commit in elementary-icon-theme (4 files)
Maxime Gauduin
alucryd at nymeria.archlinux.org
Wed Aug 21 13:41:51 UTC 2013
Date: Wednesday, August 21, 2013 @ 15:41:51
Author: alucryd
Revision: 96194
archrelease: copy trunk to community-any
Added:
elementary-icon-theme/repos/
elementary-icon-theme/repos/community-any/
elementary-icon-theme/repos/community-any/PKGBUILD
(from rev 96193, elementary-icon-theme/trunk/PKGBUILD)
elementary-icon-theme/repos/community-any/elementary-icon-theme.install
(from rev 96193, elementary-icon-theme/trunk/elementary-icon-theme.install)
-------------------------------+
PKGBUILD | 24 ++++++++++++++++++++++++
elementary-icon-theme.install | 13 +++++++++++++
2 files changed, 37 insertions(+)
Copied: elementary-icon-theme/repos/community-any/PKGBUILD (from rev 96193, elementary-icon-theme/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD (rev 0)
+++ repos/community-any/PKGBUILD 2013-08-21 13:41:51 UTC (rev 96194)
@@ -0,0 +1,24 @@
+# Maintainer: alucryd <lucryd at gmail dot com>
+# Contributor: Diego Principe <cdprincipe at gmail dot com>
+# Contributor: paterbrown <paterbrown at silberhelme dot de>
+# Contributor: Josip <josipponjavic at gmail dot com>
+
+pkgname=elementary-icon-theme
+pkgver=3.1
+pkgrel=1
+pkgdesc="elementary icon theme"
+arch=('any')
+url="https://launchpad.net/elementaryicons"
+license=('GPL3')
+depends=()
+options=('!emptydirs')
+install=${pkgname}.install
+source=("http://launchpad.net/elementaryicons/${pkgver%?}x/${pkgver}/+download/elementaryicons${pkgver}.tar.gz")
+sha256sums=('9a3f2c8e5067c64992f2efcddd13b5665e30143729e26ab89da73ab3211220de')
+
+package() {
+ install -dm 755 "${pkgdir}"/usr/share/icons
+ cp -dr --no-preserve=ownership elementaryicons${pkgver} "${pkgdir}"/usr/share/icons/elementary
+}
+
+# vim: ts=2 sw=2 et:
Copied: elementary-icon-theme/repos/community-any/elementary-icon-theme.install (from rev 96193, elementary-icon-theme/trunk/elementary-icon-theme.install)
===================================================================
--- repos/community-any/elementary-icon-theme.install (rev 0)
+++ repos/community-any/elementary-icon-theme.install 2013-08-21 13:41:51 UTC (rev 96194)
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache -ftq usr/share/icons/elementary
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list