[arch-commits] Commit in fillets-ng/repos (18 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Fri Apr 29 11:47:13 UTC 2016


    Date: Friday, April 29, 2016 @ 13:47:13
  Author: jlichtblau
Revision: 172703

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

Added:
  fillets-ng/repos/community-i686/PKGBUILD
    (from rev 172702, fillets-ng/trunk/PKGBUILD)
  fillets-ng/repos/community-i686/fillets-ng.changelog
    (from rev 172702, fillets-ng/trunk/fillets-ng.changelog)
  fillets-ng/repos/community-i686/fillets-ng.png
    (from rev 172702, fillets-ng/trunk/fillets-ng.png)
  fillets-ng/repos/community-i686/lua-config
    (from rev 172702, fillets-ng/trunk/lua-config)
  fillets-ng/repos/community-x86_64/PKGBUILD
    (from rev 172702, fillets-ng/trunk/PKGBUILD)
  fillets-ng/repos/community-x86_64/fillets-ng.changelog
    (from rev 172702, fillets-ng/trunk/fillets-ng.changelog)
  fillets-ng/repos/community-x86_64/fillets-ng.png
    (from rev 172702, fillets-ng/trunk/fillets-ng.png)
  fillets-ng/repos/community-x86_64/lua-config
    (from rev 172702, fillets-ng/trunk/lua-config)
Deleted:
  fillets-ng/repos/community-i686/PKGBUILD
  fillets-ng/repos/community-i686/fillets-ng.changelog
  fillets-ng/repos/community-i686/fillets-ng.install
  fillets-ng/repos/community-i686/fillets-ng.png
  fillets-ng/repos/community-i686/lua-config
  fillets-ng/repos/community-x86_64/PKGBUILD
  fillets-ng/repos/community-x86_64/fillets-ng.changelog
  fillets-ng/repos/community-x86_64/fillets-ng.install
  fillets-ng/repos/community-x86_64/fillets-ng.png
  fillets-ng/repos/community-x86_64/lua-config

---------------------------------------+
 /PKGBUILD                             |   76 ++++++++++++++++++++++++++++++++
 /fillets-ng.changelog                 |   46 +++++++++++++++++++
 /lua-config                           |   20 ++++++++
 community-i686/PKGBUILD               |   42 -----------------
 community-i686/fillets-ng.changelog   |   23 ---------
 community-i686/fillets-ng.install     |    4 -
 community-i686/lua-config             |   10 ----
 community-x86_64/PKGBUILD             |   42 -----------------
 community-x86_64/fillets-ng.changelog |   23 ---------
 community-x86_64/fillets-ng.install   |    4 -
 community-x86_64/lua-config           |   10 ----
 11 files changed, 142 insertions(+), 158 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-29 11:46:59 UTC (rev 172702)
+++ community-i686/PKGBUILD	2016-04-29 11:47:13 UTC (rev 172703)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-
-pkgname=fillets-ng
-pkgver=1.0.1
-pkgrel=6
-pkgdesc="Port of the wonderful puzzle game Fish Fillets"
-url="http://fillets.sf.net/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('fillets-ng-data' 'lua51' 'fribidi' 'gcc-libs' 'libx11' 'sdl_mixer' 'sdl_ttf' 'sdl_image' 'desktop-file-utils')
-makedepends=('gendesk')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=("http://downloads.sourceforge.net/fillets/$pkgname-$pkgver.tar.gz"
-        "fillets-ng.png"
-        'lua-config')
-sha256sums=('329a4d9515d60bebdb657d070824933b993b85864b9d3e302e6361accab992da'
-            '338c9e1b8ac4ef5bb167f4a6090c341897bd2c7f8b4e5afc3ac3131a57bb8c88'
-            '849fb1410387dc7df0617e12a9472cfbe3b1179600011c0365f9099ff5af6214')
-_exec=('fillets')
-
-build() {
-  gendesk -n --pkgname="fillets-ng" --pkgdesc="Port of the wonderful puzzle game Fish Fillets"
-  export PATH=$PATH:$PWD
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --datadir=/usr/share/$pkgname
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-  # desktop and icon files
-  install -D -m644 "${srcdir}/$pkgname.png" \
-    "${pkgdir}/usr/share/pixmaps/$pkgname.png"
-  install -D -m644 "${srcdir}/$pkgname.desktop" \
-    "${pkgdir}/usr/share/applications/$pkgname.desktop"
-}

Copied: fillets-ng/repos/community-i686/PKGBUILD (from rev 172702, fillets-ng/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-29 11:47:13 UTC (rev 172703)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgname=fillets-ng
+pkgver=1.0.1
+pkgrel=7
+pkgdesc="Port of the wonderful puzzle game Fish Fillets"
+url="http://fillets.sf.net/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('fillets-ng-data' 'lua51' 'fribidi' 'gcc-libs' 'libx11' 'sdl_mixer' 'sdl_ttf' 'sdl_image' 'desktop-file-utils')
+makedepends=('gendesk')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/fillets/$pkgname-$pkgver.tar.gz
+        fillets-ng.png lua-config)
+sha256sums=('329a4d9515d60bebdb657d070824933b993b85864b9d3e302e6361accab992da'
+            '338c9e1b8ac4ef5bb167f4a6090c341897bd2c7f8b4e5afc3ac3131a57bb8c88'
+            '849fb1410387dc7df0617e12a9472cfbe3b1179600011c0365f9099ff5af6214')
+_exec=('fillets')
+
+build() {
+  gendesk -n --pkgname="fillets-ng" --pkgdesc="Port of the wonderful puzzle game Fish Fillets"
+  export PATH=$PATH:$PWD
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --datadir=/usr/share/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  # desktop and icon files
+  install -Dm644 "${srcdir}"/$pkgname.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
+  install -Dm644 "${srcdir}"/$pkgname.desktop "${pkgdir}"/usr/share/applications/$pkgname.desktop
+}

Deleted: community-i686/fillets-ng.changelog
===================================================================
--- community-i686/fillets-ng.changelog	2016-04-29 11:46:59 UTC (rev 172702)
+++ community-i686/fillets-ng.changelog	2016-04-29 11:47:13 UTC (rev 172703)
@@ -1,23 +0,0 @@
-2012-02-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 1.0.1
-
-2011-01-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 1.0.0
-
-2010-03-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 0.9.3
-
-2009-10-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 0.9.2
-
-2009-07-07 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 0.9.1
-
-2009-06-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 0.9.0
-
-2009-01-10 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 0.8.1
-
-2008-08-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Package moved to [community]

Copied: fillets-ng/repos/community-i686/fillets-ng.changelog (from rev 172702, fillets-ng/trunk/fillets-ng.changelog)
===================================================================
--- community-i686/fillets-ng.changelog	                        (rev 0)
+++ community-i686/fillets-ng.changelog	2016-04-29 11:47:13 UTC (rev 172703)
@@ -0,0 +1,23 @@
+2012-02-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 1.0.1
+
+2011-01-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 1.0.0
+
+2010-03-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 0.9.3
+
+2009-10-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 0.9.2
+
+2009-07-07 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 0.9.1
+
+2009-06-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 0.9.0
+
+2009-01-10 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 0.8.1
+
+2008-08-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Package moved to [community]

Deleted: community-i686/fillets-ng.install
===================================================================
--- community-i686/fillets-ng.install	2016-04-29 11:46:59 UTC (rev 172702)
+++ community-i686/fillets-ng.install	2016-04-29 11:47:13 UTC (rev 172703)
@@ -1,4 +0,0 @@
-post_install() {
-  echo "Updating desktop and mime database ..."
-  update-desktop-database -q
-}

Deleted: community-i686/fillets-ng.png
===================================================================
(Binary files differ)

Copied: fillets-ng/repos/community-i686/fillets-ng.png (from rev 172702, fillets-ng/trunk/fillets-ng.png)
===================================================================
(Binary files differ)

Deleted: community-i686/lua-config
===================================================================
--- community-i686/lua-config	2016-04-29 11:46:59 UTC (rev 172702)
+++ community-i686/lua-config	2016-04-29 11:47:13 UTC (rev 172703)
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-if [[ $1 == --include ]]; then
-	pkg-config --cflags lua5.1
-    exit 0
-elif [[ $1 == --static ]]; then
-	pkg-config --libs lua5.1
-fi
-
-exit 1

Copied: fillets-ng/repos/community-i686/lua-config (from rev 172702, fillets-ng/trunk/lua-config)
===================================================================
--- community-i686/lua-config	                        (rev 0)
+++ community-i686/lua-config	2016-04-29 11:47:13 UTC (rev 172703)
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+if [[ $1 == --include ]]; then
+	pkg-config --cflags lua5.1
+    exit 0
+elif [[ $1 == --static ]]; then
+	pkg-config --libs lua5.1
+fi
+
+exit 1

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-29 11:46:59 UTC (rev 172702)
+++ community-x86_64/PKGBUILD	2016-04-29 11:47:13 UTC (rev 172703)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-
-pkgname=fillets-ng
-pkgver=1.0.1
-pkgrel=6
-pkgdesc="Port of the wonderful puzzle game Fish Fillets"
-url="http://fillets.sf.net/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('fillets-ng-data' 'lua51' 'fribidi' 'gcc-libs' 'libx11' 'sdl_mixer' 'sdl_ttf' 'sdl_image' 'desktop-file-utils')
-makedepends=('gendesk')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=("http://downloads.sourceforge.net/fillets/$pkgname-$pkgver.tar.gz"
-        "fillets-ng.png"
-        'lua-config')
-sha256sums=('329a4d9515d60bebdb657d070824933b993b85864b9d3e302e6361accab992da'
-            '338c9e1b8ac4ef5bb167f4a6090c341897bd2c7f8b4e5afc3ac3131a57bb8c88'
-            '849fb1410387dc7df0617e12a9472cfbe3b1179600011c0365f9099ff5af6214')
-_exec=('fillets')
-
-build() {
-  gendesk -n --pkgname="fillets-ng" --pkgdesc="Port of the wonderful puzzle game Fish Fillets"
-  export PATH=$PATH:$PWD
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --datadir=/usr/share/$pkgname
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-  # desktop and icon files
-  install -D -m644 "${srcdir}/$pkgname.png" \
-    "${pkgdir}/usr/share/pixmaps/$pkgname.png"
-  install -D -m644 "${srcdir}/$pkgname.desktop" \
-    "${pkgdir}/usr/share/applications/$pkgname.desktop"
-}

Copied: fillets-ng/repos/community-x86_64/PKGBUILD (from rev 172702, fillets-ng/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-29 11:47:13 UTC (rev 172703)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgname=fillets-ng
+pkgver=1.0.1
+pkgrel=7
+pkgdesc="Port of the wonderful puzzle game Fish Fillets"
+url="http://fillets.sf.net/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('fillets-ng-data' 'lua51' 'fribidi' 'gcc-libs' 'libx11' 'sdl_mixer' 'sdl_ttf' 'sdl_image' 'desktop-file-utils')
+makedepends=('gendesk')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/fillets/$pkgname-$pkgver.tar.gz
+        fillets-ng.png lua-config)
+sha256sums=('329a4d9515d60bebdb657d070824933b993b85864b9d3e302e6361accab992da'
+            '338c9e1b8ac4ef5bb167f4a6090c341897bd2c7f8b4e5afc3ac3131a57bb8c88'
+            '849fb1410387dc7df0617e12a9472cfbe3b1179600011c0365f9099ff5af6214')
+_exec=('fillets')
+
+build() {
+  gendesk -n --pkgname="fillets-ng" --pkgdesc="Port of the wonderful puzzle game Fish Fillets"
+  export PATH=$PATH:$PWD
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --datadir=/usr/share/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  # desktop and icon files
+  install -Dm644 "${srcdir}"/$pkgname.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
+  install -Dm644 "${srcdir}"/$pkgname.desktop "${pkgdir}"/usr/share/applications/$pkgname.desktop
+}

Deleted: community-x86_64/fillets-ng.changelog
===================================================================
--- community-x86_64/fillets-ng.changelog	2016-04-29 11:46:59 UTC (rev 172702)
+++ community-x86_64/fillets-ng.changelog	2016-04-29 11:47:13 UTC (rev 172703)
@@ -1,23 +0,0 @@
-2012-02-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 1.0.1
-
-2011-01-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 1.0.0
-
-2010-03-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 0.9.3
-
-2009-10-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 0.9.2
-
-2009-07-07 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 0.9.1
-
-2009-06-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 0.9.0
-
-2009-01-10 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 0.8.1
-
-2008-08-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Package moved to [community]

Copied: fillets-ng/repos/community-x86_64/fillets-ng.changelog (from rev 172702, fillets-ng/trunk/fillets-ng.changelog)
===================================================================
--- community-x86_64/fillets-ng.changelog	                        (rev 0)
+++ community-x86_64/fillets-ng.changelog	2016-04-29 11:47:13 UTC (rev 172703)
@@ -0,0 +1,23 @@
+2012-02-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 1.0.1
+
+2011-01-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 1.0.0
+
+2010-03-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 0.9.3
+
+2009-10-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 0.9.2
+
+2009-07-07 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 0.9.1
+
+2009-06-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 0.9.0
+
+2009-01-10 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Update to major release 0.8.1
+
+2008-08-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Package moved to [community]

Deleted: community-x86_64/fillets-ng.install
===================================================================
--- community-x86_64/fillets-ng.install	2016-04-29 11:46:59 UTC (rev 172702)
+++ community-x86_64/fillets-ng.install	2016-04-29 11:47:13 UTC (rev 172703)
@@ -1,4 +0,0 @@
-post_install() {
-  echo "Updating desktop and mime database ..."
-  update-desktop-database -q
-}

Deleted: community-x86_64/fillets-ng.png
===================================================================
(Binary files differ)

Copied: fillets-ng/repos/community-x86_64/fillets-ng.png (from rev 172702, fillets-ng/trunk/fillets-ng.png)
===================================================================
(Binary files differ)

Deleted: community-x86_64/lua-config
===================================================================
--- community-x86_64/lua-config	2016-04-29 11:46:59 UTC (rev 172702)
+++ community-x86_64/lua-config	2016-04-29 11:47:13 UTC (rev 172703)
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-if [[ $1 == --include ]]; then
-	pkg-config --cflags lua5.1
-    exit 0
-elif [[ $1 == --static ]]; then
-	pkg-config --libs lua5.1
-fi
-
-exit 1

Copied: fillets-ng/repos/community-x86_64/lua-config (from rev 172702, fillets-ng/trunk/lua-config)
===================================================================
--- community-x86_64/lua-config	                        (rev 0)
+++ community-x86_64/lua-config	2016-04-29 11:47:13 UTC (rev 172703)
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+if [[ $1 == --include ]]; then
+	pkg-config --cflags lua5.1
+    exit 0
+elif [[ $1 == --static ]]; then
+	pkg-config --libs lua5.1
+fi
+
+exit 1



More information about the arch-commits mailing list