[arch-commits] Commit in supertux/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Wed Mar 25 01:21:34 UTC 2020
Date: Wednesday, March 25, 2020 @ 01:21:31
Author: svenstaro
Revision: 603963
archrelease: copy trunk to community-x86_64
Added:
supertux/repos/community-x86_64/PKGBUILD
(from rev 603962, supertux/trunk/PKGBUILD)
Deleted:
supertux/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-25 01:21:17 UTC (rev 603962)
+++ PKGBUILD 2020-03-25 01:21:31 UTC (rev 603963)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
-# Contributor: Eric Bélanger <eric at archlinux.org>
-# Contributor: vande198
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=supertux
-pkgver=0.6.1
-pkgrel=2
-pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the original SuperMario games"
-arch=('x86_64')
-url="https://github.com/supertux/supertux"
-license=('GPL')
-depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew' 'physfs' 'freetype2')
-makedepends=('cmake' 'boost' 'mesa' 'optipng')
-source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz")
-sha512sums=('38a1da2a0546aa7fb98ece307b35a7e03a154b018d4b732592d3a718fd6c8ba827f3f8d99f0df777b7f438c0294c1838185ea7e60cc08f8cdb6f9a46b440e860')
-
-build() {
- cd "SuperTux-v${pkgver}-Source"
-
- cmake . \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DINSTALL_SUBDIR_BIN=bin \
- -DCMAKE_BUILD_TYPE=Release
- make
-}
-
-package() {
- cd "SuperTux-v${pkgver}-Source"
-
- make DESTDIR="${pkgdir}" install
-}
Copied: supertux/repos/community-x86_64/PKGBUILD (from rev 603962, supertux/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-25 01:21:31 UTC (rev 603963)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+# Contributor: vande198
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=supertux
+pkgver=0.6.1
+pkgrel=3
+pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the original SuperMario games"
+arch=('x86_64')
+url="https://github.com/supertux/supertux"
+license=('GPL')
+depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew' 'physfs' 'freetype2' 'boost-libs' 'hicolor-icon-theme')
+makedepends=('cmake' 'boost' 'mesa' 'optipng')
+source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz")
+sha512sums=('38a1da2a0546aa7fb98ece307b35a7e03a154b018d4b732592d3a718fd6c8ba827f3f8d99f0df777b7f438c0294c1838185ea7e60cc08f8cdb6f9a46b440e860')
+
+build() {
+ cd "SuperTux-v${pkgver}-Source"
+
+ cmake . \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DINSTALL_SUBDIR_BIN=bin \
+ -DCMAKE_BUILD_TYPE=Release
+ make
+}
+
+package() {
+ cd "SuperTux-v${pkgver}-Source"
+
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list