summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpike292016-05-13 10:54:13 +0200
committerSpike292016-05-13 10:54:13 +0200
commit71a15aa7067fcf69a19a523b3fd7ad2ba08fcf7a (patch)
treeab3ef9e2b8e8a8a5473ac6c0192aa4602e27dff5
parent4a97aef79b09df0ca18b85532f459f5c0347cbcd (diff)
downloadaur-71a15aa7067fcf69a19a523b3fd7ad2ba08fcf7a.tar.gz
Simplify .install file (pacman hooks) ; update conflicts
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--gmusicbrowser.install12
3 files changed, 7 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f297f1776217..7876abb96cee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Fri May 13 08:52:43 UTC 2016
pkgbase = gmusicbrowser
pkgdesc = A customizable open-source jukebox for large collections
pkgver = 1.1.15
- pkgrel = 2
+ pkgrel = 3
url = http://gmusicbrowser.org
install = gmusicbrowser.install
arch = any
@@ -33,8 +35,6 @@ pkgbase = gmusicbrowser
optdepends = perl-net-dbus: control gmusicbrowser through dbus and gnome hotkeys
optdepends = perl-gtk2-notify: show notifications using libnotify
optdepends = perl-html-parser: support for accented characters in lyrics plugin
- conflicts = gmusicbrowser-devel
- conflicts = gmusicbrowser-development
conflicts = gmusicbrowser-git
conflicts = gmusicbrowser-shimmer
conflicts = gmusicbrowser-shimmer-git
diff --git a/PKGBUILD b/PKGBUILD
index 5910ae620150..f75cae3b9010 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gmusicbrowser
pkgver=1.1.15
-pkgrel=2
+pkgrel=3
pkgdesc="A customizable open-source jukebox for large collections"
arch=('any')
url="http://gmusicbrowser.org"
@@ -35,7 +35,7 @@ optdepends=('alsa-utils: enables the ALSA backend'
'perl-net-dbus: control gmusicbrowser through dbus and gnome hotkeys'
'perl-gtk2-notify: show notifications using libnotify'
'perl-html-parser: support for accented characters in lyrics plugin')
-conflicts=('gmusicbrowser-devel' 'gmusicbrowser-development' 'gmusicbrowser-git' 'gmusicbrowser-shimmer' 'gmusicbrowser-shimmer-git')
+conflicts=('gmusicbrowser-git' 'gmusicbrowser-shimmer' 'gmusicbrowser-shimmer-git')
options=('!libtool')
install=$pkgname.install
source=($url/download/$pkgname-$pkgver.tar.gz)
diff --git a/gmusicbrowser.install b/gmusicbrowser.install
index 049ea6f0aca8..c889b7ed2352 100644
--- a/gmusicbrowser.install
+++ b/gmusicbrowser.install
@@ -9,16 +9,8 @@ post_install() {
(look at optdepends for details)
_EOF
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
}
-post_upgrade() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}
+post_upgrade() {}
-post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}
+post_remove() {}