[arch-commits] Commit in grafx2/repos (6 files)

Evangelos Foutras foutrelis at nymeria.archlinux.org
Mon Apr 29 12:01:28 UTC 2013


    Date: Monday, April 29, 2013 @ 14:01:28
  Author: foutrelis
Revision: 89438

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

Added:
  grafx2/repos/community-staging-i686/
  grafx2/repos/community-staging-i686/PKGBUILD
    (from rev 89437, grafx2/trunk/PKGBUILD)
  grafx2/repos/community-staging-i686/grafx2.install
    (from rev 89437, grafx2/trunk/grafx2.install)
  grafx2/repos/community-staging-x86_64/
  grafx2/repos/community-staging-x86_64/PKGBUILD
    (from rev 89437, grafx2/trunk/PKGBUILD)
  grafx2/repos/community-staging-x86_64/grafx2.install
    (from rev 89437, grafx2/trunk/grafx2.install)

-----------------------------------------+
 community-staging-i686/PKGBUILD         |   42 ++++++++++++++++++++++++++++++
 community-staging-i686/grafx2.install   |   14 ++++++++++
 community-staging-x86_64/PKGBUILD       |   42 ++++++++++++++++++++++++++++++
 community-staging-x86_64/grafx2.install |   14 ++++++++++
 4 files changed, 112 insertions(+)

Copied: grafx2/repos/community-staging-i686/PKGBUILD (from rev 89437, grafx2/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-04-29 12:01:28 UTC (rev 89438)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Simon Parzer <simon.parzer at gmail.com>
+pkgname=grafx2
+pkgver=2.4
+pkgrel=3
+_pkgrev=2035
+pkgdesc='Pixelart-oriented painting program'
+arch=('x86_64' 'i686')
+url='http://code.google.com/p/grafx2/'
+license=('GPL2')
+install=grafx2.install
+depends=('sdl_ttf' 'sdl_image' 'lua' 'desktop-file-utils' 'gtk-update-icon-cache')
+makedepends=('gendesk')
+options=('!emptydirs')
+source=("http://grafx2.googlecode.com/files/$pkgname-$pkgver.$_pkgrev-src.tgz")
+sha256sums=('5818caea63cd3cf3318baf01dd20f81ec61e4514443000c80a41b68ab3f17a6b')
+_name=('GrafX2')
+_genericname=('Drawing program')
+_exec=('grafx2 %U')
+_mimetype=('image/bmp;image/gif;image/png;image/x-tga;image/tiff')
+_categories=('Graphics;2DGraphics;RasterGraphics')
+
+build() {
+  cd "$srcdir"
+
+  gendesk -n
+  cd "$pkgname/src"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname/src"
+
+  make prefix=/usr DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$srcdir/$pkgname/doc/README.txt" \
+    "$pkgdir/usr/share/doc/$pkgname/readme.txt"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: grafx2/repos/community-staging-i686/grafx2.install (from rev 89437, grafx2/trunk/grafx2.install)
===================================================================
--- community-staging-i686/grafx2.install	                        (rev 0)
+++ community-staging-i686/grafx2.install	2013-04-29 12:01:28 UTC (rev 89438)
@@ -0,0 +1,14 @@
+post_upgrade() {
+  gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Copied: grafx2/repos/community-staging-x86_64/PKGBUILD (from rev 89437, grafx2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-04-29 12:01:28 UTC (rev 89438)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Simon Parzer <simon.parzer at gmail.com>
+pkgname=grafx2
+pkgver=2.4
+pkgrel=3
+_pkgrev=2035
+pkgdesc='Pixelart-oriented painting program'
+arch=('x86_64' 'i686')
+url='http://code.google.com/p/grafx2/'
+license=('GPL2')
+install=grafx2.install
+depends=('sdl_ttf' 'sdl_image' 'lua' 'desktop-file-utils' 'gtk-update-icon-cache')
+makedepends=('gendesk')
+options=('!emptydirs')
+source=("http://grafx2.googlecode.com/files/$pkgname-$pkgver.$_pkgrev-src.tgz")
+sha256sums=('5818caea63cd3cf3318baf01dd20f81ec61e4514443000c80a41b68ab3f17a6b')
+_name=('GrafX2')
+_genericname=('Drawing program')
+_exec=('grafx2 %U')
+_mimetype=('image/bmp;image/gif;image/png;image/x-tga;image/tiff')
+_categories=('Graphics;2DGraphics;RasterGraphics')
+
+build() {
+  cd "$srcdir"
+
+  gendesk -n
+  cd "$pkgname/src"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname/src"
+
+  make prefix=/usr DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$srcdir/$pkgname/doc/README.txt" \
+    "$pkgdir/usr/share/doc/$pkgname/readme.txt"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: grafx2/repos/community-staging-x86_64/grafx2.install (from rev 89437, grafx2/trunk/grafx2.install)
===================================================================
--- community-staging-x86_64/grafx2.install	                        (rev 0)
+++ community-staging-x86_64/grafx2.install	2013-04-29 12:01:28 UTC (rev 89438)
@@ -0,0 +1,14 @@
+post_upgrade() {
+  gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list