[arch-commits] Commit in love/repos (6 files)
Florian Pritz
bluewind at archlinux.org
Sun Dec 6 17:46:30 UTC 2015
Date: Sunday, December 6, 2015 @ 18:46:30
Author: bluewind
Revision: 149002
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
love/repos/community-staging-i686/
love/repos/community-staging-i686/PKGBUILD
(from rev 149001, love/trunk/PKGBUILD)
love/repos/community-staging-i686/love.install
(from rev 149001, love/trunk/love.install)
love/repos/community-staging-x86_64/
love/repos/community-staging-x86_64/PKGBUILD
(from rev 149001, love/trunk/PKGBUILD)
love/repos/community-staging-x86_64/love.install
(from rev 149001, love/trunk/love.install)
---------------------------------------+
community-staging-i686/PKGBUILD | 30 ++++++++++++++++++++++++++++++
community-staging-i686/love.install | 13 +++++++++++++
community-staging-x86_64/PKGBUILD | 30 ++++++++++++++++++++++++++++++
community-staging-x86_64/love.install | 13 +++++++++++++
4 files changed, 86 insertions(+)
Copied: love/repos/community-staging-i686/PKGBUILD (from rev 149001, love/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 17:46:30 UTC (rev 149002)
@@ -0,0 +1,30 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Linus Sjögren <thelinx at unreliablepollution.net>
+# Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
+pkgname=love
+pkgver=0.9.2
+pkgrel=2
+pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting language to create dynamic gaming experiences"
+arch=(i686 x86_64)
+url="http://love2d.org/"
+license=('zlib')
+depends=('luajit' 'physfs' 'freetype2' 'devil' 'mpg123' 'openal' 'libvorbis' 'libmodplug' 'sdl2' 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
+install=love.install
+source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz")
+md5sums=('9b84711bc5842d3cc985a2062da437ad')
+
+build() {
+ cd "$srcdir"/love-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir"/love-$pkgver
+
+ make DESTDIR="$pkgdir" install
+
+ install -Dm0644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
Copied: love/repos/community-staging-i686/love.install (from rev 149001, love/trunk/love.install)
===================================================================
--- community-staging-i686/love.install (rev 0)
+++ community-staging-i686/love.install 2015-12-06 17:46:30 UTC (rev 149002)
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+ update-mime-database usr/share/mime &> /dev/null
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_remove() {
+ post_install
+}
+
+post_upgrade() {
+ post_install
+}
Copied: love/repos/community-staging-x86_64/PKGBUILD (from rev 149001, love/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-12-06 17:46:30 UTC (rev 149002)
@@ -0,0 +1,30 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Linus Sjögren <thelinx at unreliablepollution.net>
+# Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
+pkgname=love
+pkgver=0.9.2
+pkgrel=2
+pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting language to create dynamic gaming experiences"
+arch=(i686 x86_64)
+url="http://love2d.org/"
+license=('zlib')
+depends=('luajit' 'physfs' 'freetype2' 'devil' 'mpg123' 'openal' 'libvorbis' 'libmodplug' 'sdl2' 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
+install=love.install
+source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz")
+md5sums=('9b84711bc5842d3cc985a2062da437ad')
+
+build() {
+ cd "$srcdir"/love-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir"/love-$pkgver
+
+ make DESTDIR="$pkgdir" install
+
+ install -Dm0644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
Copied: love/repos/community-staging-x86_64/love.install (from rev 149001, love/trunk/love.install)
===================================================================
--- community-staging-x86_64/love.install (rev 0)
+++ community-staging-x86_64/love.install 2015-12-06 17:46:30 UTC (rev 149002)
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+ update-mime-database usr/share/mime &> /dev/null
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_remove() {
+ post_install
+}
+
+post_upgrade() {
+ post_install
+}
More information about the arch-commits
mailing list