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

Daniel Micay thestinger at archlinux.org
Sat Jul 11 19:58:41 UTC 2015


    Date: Saturday, July 11, 2015 @ 21:58:40
  Author: thestinger
Revision: 136708

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   93 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 51 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-11 19:58:19 UTC (rev 136707)
+++ PKGBUILD	2015-07-11 19:58:40 UTC (rev 136708)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-# Contributor: Elia Notarangelo <elia.notarangelo AT gmail DOT com>
-# Contributor: Frikilinux <frikilinux at frikilinux.com.ar>
-# Contributor: graysky <graysky AT archlinux DOT us>
-# Contributor: Samsagax <samsagax AT gmail DOT com>
-# Contributor: simongmzlj <simongmzlj AT gmail DOT com>
-
-pkgname=faenza-icon-theme
-pkgver=1.3.1
-pkgrel=3
-pkgdesc='Icon theme designed for Equinox GTK theme'
-url='http://gnome-look.org/content/show.php/Faenza?content=128143'
-license=('GPL3')
-arch=('any')
-options=(!strip)
-source=("http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/$pkgname/${pkgname}_${pkgver}.tar.gz")
-md5sums=('b5339b70cbb821b583499e725957b150')
-
-package() {
-  cd $pkgname-1.3
-  mkdir -p "$pkgdir/usr/share/icons" "$pkgdir/usr/lib" "$pkgdir/usr/share"
-
-  cp -rf Faenza{,-Dark,-Darkest,-Darker,-Ambiance,-Radiance} "$pkgdir/usr/share/icons/"
-  cp -rf rhythmbox "$pkgdir/usr/lib/"
-  cp -rf emesene "$pkgdir/usr/share/"
-
-  # set the Arch Linux Distributor and start menu logo
-  for theme in Faenza{,-Dark}; do
-    for size in 22 24 32 48 64 96; do
-      cd "$pkgdir/usr/share/icons/$theme/places/$size/"
-      # no distributor-logo for Faenza-Dark
-      [[ $theme == Faenza ]] && ln -sf distributor-logo{-archlinux,}.png
-      ln -sf start-here{-archlinux,}.png
-    done
-    cd "$pkgdir/usr/share/icons/$theme/places/scalable/"
-    # no distributor-logo for Faenza-Dark
-    [[ $theme == Faenza ]] && ln -sf distributor-logo{-archlinux,}.svg
-    ln -sf start-here{-archlinux,}.svg
-    ln -sf start-here{-archlinux-symbolic,-symbolic}.svg
-  done
-}

Copied: faenza-icon-theme/repos/community-any/PKGBUILD (from rev 136707, faenza-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-07-11 19:58:40 UTC (rev 136708)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Elia Notarangelo <elia.notarangelo AT gmail DOT com>
+# Contributor: Frikilinux <frikilinux at frikilinux.com.ar>
+# Contributor: graysky <graysky AT archlinux DOT us>
+# Contributor: Samsagax <samsagax AT gmail DOT com>
+# Contributor: simongmzlj <simongmzlj AT gmail DOT com>
+
+pkgname=faenza-icon-theme
+pkgver=1.3.1
+pkgrel=4
+pkgdesc='Icon theme designed for Equinox GTK theme'
+url='http://gnome-look.org/content/show.php/Faenza?content=128143'
+license=('GPL3')
+arch=('any')
+options=(!strip)
+source=("http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/$pkgname/${pkgname}_${pkgver}.tar.gz")
+md5sums=('b5339b70cbb821b583499e725957b150')
+
+package() {
+  cd $pkgname-1.3
+  mkdir -p "$pkgdir/usr/share/icons" "$pkgdir/usr/lib" "$pkgdir/usr/share"
+
+  cp -rf Faenza{,-Dark,-Darkest,-Darker,-Ambiance,-Radiance} "$pkgdir/usr/share/icons/"
+  cp -rf rhythmbox "$pkgdir/usr/lib/"
+  cp -rf emesene "$pkgdir/usr/share/"
+
+  # set the Arch Linux Distributor and start menu logo
+  for theme in Faenza{,-Dark}; do
+    for size in 22 24 32 48 64 96; do
+      cd "$pkgdir/usr/share/icons/$theme/places/$size/"
+      # no distributor-logo for Faenza-Dark
+      [[ $theme == Faenza ]] && ln -sf distributor-logo{-archlinux,}.png
+      ln -sf start-here{-archlinux,}.png
+    done
+    cd "$pkgdir/usr/share/icons/$theme/places/scalable/"
+    # no distributor-logo for Faenza-Dark
+    [[ $theme == Faenza ]] && ln -sf distributor-logo{-archlinux,}.svg
+    ln -sf start-here{-archlinux,}.svg
+    ln -sf start-here{-archlinux-symbolic,-symbolic}.svg
+  done
+
+  for theme in Faenza{,-Dark}; do
+    cd "$pkgdir/usr/share/icons/$theme/apps/scalable/"
+    ln -sf gnome-session-reboot.svg system-reboot.svg
+    for size in 16 22 24 32 48 64 96; do
+      cd "$pkgdir/usr/share/icons/$theme/apps/$size/"
+      ln -sf gnome-session-reboot.png system-reboot.png
+    done
+  done
+}



More information about the arch-commits mailing list