summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2015-09-01 21:30:41 +0200
committerMartchus2015-09-01 21:30:41 +0200
commit5b53951a4dc279264797da533c0cf788f5e5b914 (patch)
tree97420761f36402f3221f1c894d541efde6406d94
parente813413012bab73c79c3e0e978119a8a727ba7b5 (diff)
downloadaur-5b53951a4dc279264797da533c0cf788f5e5b914.tar.gz
updated install file
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--tageditor.install7
3 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1df97a86ee35..7c4e75a687b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tageditor
- pkgdesc = A tag editor with Qt GUI and command-line interface supprting MP4 (iTunes), ID3, Vorbis and Matroska.
+ pkgdesc = A tag editor with Qt GUI and command-line interface supporting MP4 (iTunes), ID3, Vorbis and Matroska.
pkgver = 1.1.5
- pkgrel = 7
+ pkgrel = 9
url = https://github.com/Martchus/tageditor
install = tageditor.install
arch = i686
@@ -12,6 +12,8 @@ pkgbase = tageditor
depends = qt5-webkit
depends = qtutilities
depends = tagparser
+ depends = desktop-file-utils
+ depends = xdg-utils
source = tageditor-1.1.5.tar.gz::https://github.com/Martchus/tageditor/archive/v1.1.5.tar.gz
sha256sums = bea7177c03e7594a277f8f95bf3d13519b466c9c98f3f234a33923104cb1f11e
diff --git a/PKGBUILD b/PKGBUILD
index 501e6585e9a2..456c3344ac6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
_webviewprovider=qt5-webkit
pkgname=tageditor
pkgver=1.1.5
-pkgrel=7
+pkgrel=9
arch=('i686' 'x86_64')
-pkgdesc="A tag editor with Qt GUI and command-line interface supprting MP4 (iTunes), ID3, Vorbis and Matroska."
+pkgdesc="A tag editor with Qt GUI and command-line interface supporting MP4 (iTunes), ID3, Vorbis and Matroska."
license=('GPL')
-depends=('qt5-script' $_webviewprovider 'qtutilities' 'tagparser')
+depends=('qt5-script' $_webviewprovider 'qtutilities' 'tagparser' 'desktop-file-utils' 'xdg-utils')
makedepends=('qt5-tools')
install=${pkgname}.install
url="https://github.com/Martchus/tageditor"
diff --git a/tageditor.install b/tageditor.install
index 547348418df4..5495fb1b5d27 100644
--- a/tageditor.install
+++ b/tageditor.install
@@ -1,11 +1,12 @@
post_install() {
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
}
post_upgrade() {
- post_install
+ post_install
}
post_remove() {
- post_install
+ post_install
}