[arch-commits] Commit in asciiportal/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Fri Sep 28 08:30:59 UTC 2018
Date: Friday, September 28, 2018 @ 08:30:58
Author: arodseth
Revision: 386953
archrelease: copy trunk to community-x86_64
Added:
asciiportal/repos/community-x86_64/PKGBUILD
(from rev 386952, asciiportal/trunk/PKGBUILD)
Deleted:
asciiportal/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-28 08:30:17 UTC (rev 386952)
+++ PKGBUILD 2018-09-28 08:30:58 UTC (rev 386953)
@@ -1,42 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Baptiste Jonglez <baptiste at jonglez.org>
-# Contributor: Serge Ziryukin <ftrvxmtrx at gmail.com>
-
-pkgname=asciiportal
-pkgver=1.3
-pkgrel=5
-pkgdesc='Text based puzzle game inspired by the popular video game'
-arch=('x86_64')
-url='https://github.com/cymonsgames/ASCIIpOrtal'
-license=('GPL3')
-depends=('pdcurses' 'sdl' 'sdl_mixer' 'yaml-cpp')
-makedepends=('boost' 'gendesk' 'git' 'imagemagick')
-source=("git+https://github.com/cymonsgames/ASCIIpOrtal.git#tag=v$pkgver-beta8"
- "${pkgname}.png::https://fc01.deviantart.net/fs71/f/2010/318/3/5/portal_ascii_icon___button_by_lightmystic-d32udqx.png") # icon by Matt White under a CC license
-sha256sums=('SKIP'
- '390f21881377b331f1a65a3e54ccf91fba72a88146058cc146f914a1185de9d1')
-
-prepare() {
- gendesk -n -f \
- --name ASCIIpOrtal \
- --pkgname $pkgname \
- --pkgdesc "$pkgdesc" \
- --exec $pkgname
- convert \
- +set date:create +set date:modify \
- $pkgname.png \
- -resize 48x48\! \
- ${pkgname}48x48.png
-}
-
-build() {
- make -C ASCIIpOrtal linux
-}
-
-package() {
- make -C ASCIIpOrtal DESTDIR="$pkgdir" install
- install -Dm644 $pkgname.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
- install -Dm644 ${pkgname}48x48.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
-}
-
-# vim: ts=2 sw=2 et:
Copied: asciiportal/repos/community-x86_64/PKGBUILD (from rev 386952, asciiportal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-09-28 08:30:58 UTC (rev 386953)
@@ -0,0 +1,42 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Baptiste Jonglez <baptiste at jonglez.org>
+# Contributor: Serge Ziryukin <ftrvxmtrx at gmail.com>
+
+pkgname=asciiportal
+pkgver=1.3
+pkgrel=5
+pkgdesc='Text based puzzle game inspired by the popular video game'
+arch=('x86_64')
+url='https://github.com/cymonsgames/ASCIIpOrtal'
+license=('GPL3')
+depends=('pdcurses' 'sdl' 'sdl_mixer' 'yaml-cpp')
+makedepends=('boost' 'gendesk' 'git' 'imagemagick')
+source=("git+https://github.com/cymonsgames/ASCIIpOrtal.git#tag=v$pkgver-beta8"
+ "${pkgname}.png::https://fc01.deviantart.net/fs71/f/2010/318/3/5/portal_ascii_icon___button_by_lightmystic-d32udqx.png") # icon by Matt White under a CC license
+sha256sums=('SKIP'
+ '390f21881377b331f1a65a3e54ccf91fba72a88146058cc146f914a1185de9d1')
+
+prepare() {
+ gendesk -n -f \
+ --name ASCIIpOrtal \
+ --pkgname $pkgname \
+ --pkgdesc "$pkgdesc" \
+ --exec $pkgname
+ convert \
+ +set date:create +set date:modify \
+ $pkgname.png \
+ -resize 48x48\! \
+ ${pkgname}48x48.png
+}
+
+build() {
+ make -C ASCIIpOrtal linux
+}
+
+package() {
+ make -C ASCIIpOrtal DESTDIR="$pkgdir" install
+ install -Dm644 $pkgname.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
+ install -Dm644 ${pkgname}48x48.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list