summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2016-05-08 10:48:47 -0300
committerRafael Fontenelle2016-05-08 10:48:47 -0300
commit5ca1e6a596bf65b5cf83adcd9fc862da090b5a52 (patch)
treee1073d405ab898565e83c3e81768d4ab1721e339
parentaae9901f8b6959e38df937cf7fa75c731a1a3775 (diff)
downloadaur-5ca1e6a596bf65b5cf83adcd9fc862da090b5a52.tar.gz
Remove instructions in favor of pacman's hooks
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--tsc.install23
3 files changed, 3 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddcdcf86255e..779a5ae3509e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Sun May 8 13:47:56 UTC 2016
pkgbase = tsc
pkgdesc = Jump'n'run game with editor and scripting facilities, fork of SMC
pkgver = 2.0.0
pkgrel = 1
url = http://www.secretchronicles.de/en/
- install = tsc.install
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 2fa8b67b624c..0eb628c1428b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: josephgbr <rafael.f.f1@gmail.com>
+# Maintainer: rafaelff <rafaelff@gnome.org>
# Co-maintainer: Quintus <quintus@quintilianus.eu>
pkgname=tsc
@@ -11,7 +11,6 @@ url="http://www.secretchronicles.de/en/"
license=('GPL3')
depends=("sdl_image" "sdl_ttf" "sdl_mixer" "devil" "boost-libs" "libxml++" "glew" "pcre" "gtk-update-icon-cache")
makedepends=("cmake" "ruby" "gperf" "pkg-config" "bison" "boost" "gettext")
-install="$pkgname.install"
source=("ftp://ftp.secretchronicles.de/releases/TSC-$_ver.tar.xz" "fix-manpage.patch")
sha256sums=("c8a9ca3975f9de16aa59fab2a7864c3c541963b46c2c40533632c4fc621b407a"
"eb4ac81523e4367ebc9c907e1a4a1d08fec3ddcbca83febaef81eb727a2a8c1f")
diff --git a/tsc.install b/tsc.install
deleted file mode 100644
index 5918fb299a45..000000000000
--- a/tsc.install
+++ /dev/null
@@ -1,23 +0,0 @@
-# arg 1: the new package version
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-# arg 1: the old package version
-post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-# Copyright © 2013-2015 The TSC Contributors
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.