[arch-commits] Commit in alleyoop/repos (10 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Aug 15 12:50:16 UTC 2013


    Date: Thursday, August 15, 2013 @ 14:50:15
  Author: arodseth
Revision: 95675

archrelease: copy trunk to community-x86_64, community-i686

Added:
  alleyoop/repos/community-i686/PKGBUILD
    (from rev 95674, alleyoop/trunk/PKGBUILD)
  alleyoop/repos/community-i686/alleyoop.install
    (from rev 95674, alleyoop/trunk/alleyoop.install)
  alleyoop/repos/community-x86_64/PKGBUILD
    (from rev 95674, alleyoop/trunk/PKGBUILD)
  alleyoop/repos/community-x86_64/alleyoop.install
    (from rev 95674, alleyoop/trunk/alleyoop.install)
Deleted:
  alleyoop/repos/community-i686/PKGBUILD
  alleyoop/repos/community-i686/alleyoop.desktop
  alleyoop/repos/community-i686/alleyoop.install
  alleyoop/repos/community-x86_64/PKGBUILD
  alleyoop/repos/community-x86_64/alleyoop.desktop
  alleyoop/repos/community-x86_64/alleyoop.install

-----------------------------------+
 /PKGBUILD                         |  136 ++++++++++++++++++++++++++++++++++++
 /alleyoop.install                 |   30 +++++++
 community-i686/PKGBUILD           |   65 -----------------
 community-i686/alleyoop.desktop   |   11 --
 community-i686/alleyoop.install   |   15 ---
 community-x86_64/PKGBUILD         |   65 -----------------
 community-x86_64/alleyoop.desktop |   11 --
 community-x86_64/alleyoop.install |   15 ---
 8 files changed, 166 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-08-15 12:50:07 UTC (rev 95674)
+++ community-i686/PKGBUILD	2013-08-15 12:50:15 UTC (rev 95675)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Angelo Theodorou <encelo at users.sourceforge.net>
-# Contributor: Lex Rivera aka x-demon <aur at x-demon.org>                
-# Contributor: Gianluca Sforna <giallu at fedoraproject.org>
-pkgname=alleyoop
-pkgver=0.9.8
-pkgrel=2
-pkgdesc="Valgrind front-end for the GNOME environment"
-arch=('x86_64' 'i686')
-url="http://alleyoop.sourceforge.net/"
-license=('GPL2')
-depends=('valgrind' 'libgnomeui' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=alleyoop.install
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz"
-        "http://www.roboticoverlords.org/$pkgname/${pkgname}16.png"
-        "http://www.roboticoverlords.org/$pkgname/${pkgname}32.png"
-        "http://www.roboticoverlords.org/$pkgname/${pkgname}64.png"
-        "http://www.roboticoverlords.org/$pkgname/${pkgname}128.png"
-        "http://www.roboticoverlords.org/$pkgname/${pkgname}256.png"
-        "$pkgname.desktop")
-sha256sums=('0b36fd3af83aa74d363a5d13414b7a38c3efabd2fce0fbeb2a8171998e0b6756'
-            '470287270aafada00fc1be9e47713a62b44836fca677a0a2ea29f2bcbd46926f'
-            '9f461fa169ee7fd43a1d58bc0c4afe4f807437b7d585ac4445390dac7590f4af'
-            '9e33d888ef45ae520ce8610507af6a7867e3c3cfe99beab2040a7d42e44dc1e0'
-            'c32c5a900f4521599c497f15e8f3edb7125ebcc7571ceaa2f9ebfe45fa2dfe27'
-            '15f4fb65a102cefd9e80cdb7a7cf8ab6be02e1d773a75536396076c1136875bd'
-            'b2b2d6fde890bb237c34874ebf27c33f1839d217d2893d6f8d05d949dab68e7b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  msg2 "Configuring..."
-  ./configure --prefix=/usr --sysconfdir=/etc
-
-  msg2 "Compiling..."
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  msg "Packaging files..."
-  make DESTDIR="$pkgdir" install
-
-  msg "Packaging icons..."
-  for dim in 16 32 64 128 256; do
-    install -Dm644 "../${pkgname}${dim}.png" \
-      "$pkgdir/usr/share/icons/hicolor/${dim}x$dim/apps/$pkgname.png"
-  done  
-
-  msg2 "Packaging desktop shortcut..."
-  install -Dm644 "../$pkgname.desktop" \
-    "$pkgdir/usr/share/applications/$pkgname.desktop"
-
-  msg2 "Packaging license..."
-  install -Dm644 COPYING \
-    "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  msg2 "Cleaning up..."
-  rm -r "$pkgdir/etc"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: alleyoop/repos/community-i686/PKGBUILD (from rev 95674, alleyoop/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-08-15 12:50:15 UTC (rev 95675)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Angelo Theodorou <encelo at users.sourceforge.net>
+# Contributor: Lex Rivera aka x-demon <aur at x-demon.org>                
+# Contributor: Gianluca Sforna <giallu at fedoraproject.org>
+
+pkgname=alleyoop
+pkgver=0.9.8
+pkgrel=3
+pkgdesc='Valgrind front-end for the GNOME environment'
+arch=('x86_64' 'i686')
+url='http://alleyoop.sourceforge.net/'
+license=('GPL2')
+depends=('valgrind' 'libgnomeui' 'hicolor-icon-theme')
+makedepends=('intltool' 'gendesk')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz"
+        "http://roboticoverlords.org/$pkgname/${pkgname}16.png"
+        "http://roboticoverlords.org/$pkgname/${pkgname}32.png"
+        "http://roboticoverlords.org/$pkgname/${pkgname}64.png"
+        "http://roboticoverlords.org/$pkgname/${pkgname}128.png"
+        "http://roboticoverlords.org/$pkgname/${pkgname}256.png")
+sha256sums=('0b36fd3af83aa74d363a5d13414b7a38c3efabd2fce0fbeb2a8171998e0b6756'
+            '470287270aafada00fc1be9e47713a62b44836fca677a0a2ea29f2bcbd46926f'
+            '9f461fa169ee7fd43a1d58bc0c4afe4f807437b7d585ac4445390dac7590f4af'
+            '9e33d888ef45ae520ce8610507af6a7867e3c3cfe99beab2040a7d42e44dc1e0'
+            'c32c5a900f4521599c497f15e8f3edb7125ebcc7571ceaa2f9ebfe45fa2dfe27'
+            '15f4fb65a102cefd9e80cdb7a7cf8ab6be02e1d773a75536396076c1136875bd')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  gendesk -n \
+    --pkgname "$pkgname" \
+    --pkgdesc "$pkgdesc" \
+    --name Alleyoop \
+    --genericname 'Memory checker' \
+    --comment 'Find memory-management problems by using Valgrind' \
+    --categories 'Application;GNOME;Development;Debugger'
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # Icons
+  for dim in 16 32 64 128 256; do
+    install -Dm644 "../${pkgname}${dim}.png" \
+      "$pkgdir/usr/share/icons/hicolor/${dim}x$dim/apps/$pkgname.png"
+  done  
+
+  # Desktop shortcut
+  install -Dm644 "$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+
+  # Cleaning up
+  rm -r "$pkgdir/etc"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/alleyoop.desktop
===================================================================
--- community-i686/alleyoop.desktop	2013-08-15 12:50:07 UTC (rev 95674)
+++ community-i686/alleyoop.desktop	2013-08-15 12:50:15 UTC (rev 95675)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Alleyoop
-GenericName=Memory checker
-Comment=Find memory-management problems by using Valgrind
-Exec=alleyoop
-Icon=alleyoop.png
-Terminal=false
-Type=Application
-StartupNotify=true
-Categories=Application;GNOME;Development;Debugger;

Deleted: community-i686/alleyoop.install
===================================================================
--- community-i686/alleyoop.install	2013-08-15 12:50:07 UTC (rev 95674)
+++ community-i686/alleyoop.install	2013-08-15 12:50:15 UTC (rev 95675)
@@ -1,15 +0,0 @@
-post_upgrade() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: alleyoop/repos/community-i686/alleyoop.install (from rev 95674, alleyoop/trunk/alleyoop.install)
===================================================================
--- community-i686/alleyoop.install	                        (rev 0)
+++ community-i686/alleyoop.install	2013-08-15 12:50:15 UTC (rev 95675)
@@ -0,0 +1,15 @@
+post_upgrade() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-08-15 12:50:07 UTC (rev 95674)
+++ community-x86_64/PKGBUILD	2013-08-15 12:50:15 UTC (rev 95675)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Angelo Theodorou <encelo at users.sourceforge.net>
-# Contributor: Lex Rivera aka x-demon <aur at x-demon.org>                
-# Contributor: Gianluca Sforna <giallu at fedoraproject.org>
-pkgname=alleyoop
-pkgver=0.9.8
-pkgrel=2
-pkgdesc="Valgrind front-end for the GNOME environment"
-arch=('x86_64' 'i686')
-url="http://alleyoop.sourceforge.net/"
-license=('GPL2')
-depends=('valgrind' 'libgnomeui' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=alleyoop.install
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz"
-        "http://www.roboticoverlords.org/$pkgname/${pkgname}16.png"
-        "http://www.roboticoverlords.org/$pkgname/${pkgname}32.png"
-        "http://www.roboticoverlords.org/$pkgname/${pkgname}64.png"
-        "http://www.roboticoverlords.org/$pkgname/${pkgname}128.png"
-        "http://www.roboticoverlords.org/$pkgname/${pkgname}256.png"
-        "$pkgname.desktop")
-sha256sums=('0b36fd3af83aa74d363a5d13414b7a38c3efabd2fce0fbeb2a8171998e0b6756'
-            '470287270aafada00fc1be9e47713a62b44836fca677a0a2ea29f2bcbd46926f'
-            '9f461fa169ee7fd43a1d58bc0c4afe4f807437b7d585ac4445390dac7590f4af'
-            '9e33d888ef45ae520ce8610507af6a7867e3c3cfe99beab2040a7d42e44dc1e0'
-            'c32c5a900f4521599c497f15e8f3edb7125ebcc7571ceaa2f9ebfe45fa2dfe27'
-            '15f4fb65a102cefd9e80cdb7a7cf8ab6be02e1d773a75536396076c1136875bd'
-            'b2b2d6fde890bb237c34874ebf27c33f1839d217d2893d6f8d05d949dab68e7b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  msg2 "Configuring..."
-  ./configure --prefix=/usr --sysconfdir=/etc
-
-  msg2 "Compiling..."
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  msg "Packaging files..."
-  make DESTDIR="$pkgdir" install
-
-  msg "Packaging icons..."
-  for dim in 16 32 64 128 256; do
-    install -Dm644 "../${pkgname}${dim}.png" \
-      "$pkgdir/usr/share/icons/hicolor/${dim}x$dim/apps/$pkgname.png"
-  done  
-
-  msg2 "Packaging desktop shortcut..."
-  install -Dm644 "../$pkgname.desktop" \
-    "$pkgdir/usr/share/applications/$pkgname.desktop"
-
-  msg2 "Packaging license..."
-  install -Dm644 COPYING \
-    "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  msg2 "Cleaning up..."
-  rm -r "$pkgdir/etc"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: alleyoop/repos/community-x86_64/PKGBUILD (from rev 95674, alleyoop/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-08-15 12:50:15 UTC (rev 95675)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Angelo Theodorou <encelo at users.sourceforge.net>
+# Contributor: Lex Rivera aka x-demon <aur at x-demon.org>                
+# Contributor: Gianluca Sforna <giallu at fedoraproject.org>
+
+pkgname=alleyoop
+pkgver=0.9.8
+pkgrel=3
+pkgdesc='Valgrind front-end for the GNOME environment'
+arch=('x86_64' 'i686')
+url='http://alleyoop.sourceforge.net/'
+license=('GPL2')
+depends=('valgrind' 'libgnomeui' 'hicolor-icon-theme')
+makedepends=('intltool' 'gendesk')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz"
+        "http://roboticoverlords.org/$pkgname/${pkgname}16.png"
+        "http://roboticoverlords.org/$pkgname/${pkgname}32.png"
+        "http://roboticoverlords.org/$pkgname/${pkgname}64.png"
+        "http://roboticoverlords.org/$pkgname/${pkgname}128.png"
+        "http://roboticoverlords.org/$pkgname/${pkgname}256.png")
+sha256sums=('0b36fd3af83aa74d363a5d13414b7a38c3efabd2fce0fbeb2a8171998e0b6756'
+            '470287270aafada00fc1be9e47713a62b44836fca677a0a2ea29f2bcbd46926f'
+            '9f461fa169ee7fd43a1d58bc0c4afe4f807437b7d585ac4445390dac7590f4af'
+            '9e33d888ef45ae520ce8610507af6a7867e3c3cfe99beab2040a7d42e44dc1e0'
+            'c32c5a900f4521599c497f15e8f3edb7125ebcc7571ceaa2f9ebfe45fa2dfe27'
+            '15f4fb65a102cefd9e80cdb7a7cf8ab6be02e1d773a75536396076c1136875bd')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  gendesk -n \
+    --pkgname "$pkgname" \
+    --pkgdesc "$pkgdesc" \
+    --name Alleyoop \
+    --genericname 'Memory checker' \
+    --comment 'Find memory-management problems by using Valgrind' \
+    --categories 'Application;GNOME;Development;Debugger'
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # Icons
+  for dim in 16 32 64 128 256; do
+    install -Dm644 "../${pkgname}${dim}.png" \
+      "$pkgdir/usr/share/icons/hicolor/${dim}x$dim/apps/$pkgname.png"
+  done  
+
+  # Desktop shortcut
+  install -Dm644 "$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+
+  # Cleaning up
+  rm -r "$pkgdir/etc"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/alleyoop.desktop
===================================================================
--- community-x86_64/alleyoop.desktop	2013-08-15 12:50:07 UTC (rev 95674)
+++ community-x86_64/alleyoop.desktop	2013-08-15 12:50:15 UTC (rev 95675)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Alleyoop
-GenericName=Memory checker
-Comment=Find memory-management problems by using Valgrind
-Exec=alleyoop
-Icon=alleyoop.png
-Terminal=false
-Type=Application
-StartupNotify=true
-Categories=Application;GNOME;Development;Debugger;

Deleted: community-x86_64/alleyoop.install
===================================================================
--- community-x86_64/alleyoop.install	2013-08-15 12:50:07 UTC (rev 95674)
+++ community-x86_64/alleyoop.install	2013-08-15 12:50:15 UTC (rev 95675)
@@ -1,15 +0,0 @@
-post_upgrade() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: alleyoop/repos/community-x86_64/alleyoop.install (from rev 95674, alleyoop/trunk/alleyoop.install)
===================================================================
--- community-x86_64/alleyoop.install	                        (rev 0)
+++ community-x86_64/alleyoop.install	2013-08-15 12:50:15 UTC (rev 95675)
@@ -0,0 +1,15 @@
+post_upgrade() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list