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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 17:06:17 UTC 2020


    Date: Tuesday, July 7, 2020 @ 17:06:17
  Author: felixonmars
Revision: 659553

archrelease: copy trunk to community-staging-x86_64

Added:
  fillets-ng/repos/community-staging-x86_64/
  fillets-ng/repos/community-staging-x86_64/PKGBUILD
    (from rev 659549, fillets-ng/trunk/PKGBUILD)
  fillets-ng/repos/community-staging-x86_64/fillets-ng.changelog
    (from rev 659550, fillets-ng/trunk/fillets-ng.changelog)
  fillets-ng/repos/community-staging-x86_64/fillets-ng.png
    (from rev 659550, fillets-ng/trunk/fillets-ng.png)
  fillets-ng/repos/community-staging-x86_64/lua-config
    (from rev 659550, fillets-ng/trunk/lua-config)

----------------------+
 PKGBUILD             |   37 +++++++++++++++++++++++++++++++++++++
 fillets-ng.changelog |   26 ++++++++++++++++++++++++++
 lua-config           |   10 ++++++++++
 3 files changed, 73 insertions(+)

Copied: fillets-ng/repos/community-staging-x86_64/PKGBUILD (from rev 659549, fillets-ng/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 17:06:17 UTC (rev 659553)
@@ -0,0 +1,37 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgname=fillets-ng
+pkgver=1.0.1
+pkgrel=9
+pkgdesc="Port of the wonderful puzzle game Fish Fillets"
+url="http://fillets.sf.net/"
+arch=('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=(https://downloads.sourceforge.net/fillets/$pkgname-$pkgver.tar.gz
+        $pkgname.png lua-config)
+sha256sums=('329a4d9515d60bebdb657d070824933b993b85864b9d3e302e6361accab992da'
+            '338c9e1b8ac4ef5bb167f4a6090c341897bd2c7f8b4e5afc3ac3131a57bb8c88'
+            '65200fa109a819f55843b864164812f6a8e5b5bf910e12732dbc507f8982f29a')
+_exec=('fillets')
+
+build() {
+  gendesk -n --exec="fillets" --pkgname="fillets-ng" --pkgdesc="Port of the wonderful puzzle game Fish Fillets"
+  export PATH=$PATH:$PWD
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --datadir=/usr/share/$pkgname
+  make
+}
+
+package() {
+  cd "${srcdir}"/$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
+}

Copied: fillets-ng/repos/community-staging-x86_64/fillets-ng.changelog (from rev 659550, fillets-ng/trunk/fillets-ng.changelog)
===================================================================
--- community-staging-x86_64/fillets-ng.changelog	                        (rev 0)
+++ community-staging-x86_64/fillets-ng.changelog	2020-07-07 17:06:17 UTC (rev 659553)
@@ -0,0 +1,26 @@
+2018-08-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* FS#33099 fixed 1.0.1-8
+
+2012-02-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 1.0.1
+
+2011-01-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 1.0.0
+
+2010-03-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 0.9.3
+
+2009-10-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 0.9.2
+
+2009-07-07 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 0.9.1
+
+2009-06-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 0.9.0
+
+2009-01-10 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 0.8.1
+
+2008-08-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Package moved to [community]

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

Copied: fillets-ng/repos/community-staging-x86_64/lua-config (from rev 659550, fillets-ng/trunk/lua-config)
===================================================================
--- community-staging-x86_64/lua-config	                        (rev 0)
+++ community-staging-x86_64/lua-config	2020-07-07 17:06:17 UTC (rev 659553)
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+if [[ $1 == --include ]]; then
+	pkg-config --cflags lua51
+    exit 0
+elif [[ $1 == --static ]]; then
+	pkg-config --libs lua51
+fi
+
+exit 1



More information about the arch-commits mailing list