updated install files

This commit is contained in:
Martchus 2015-08-31 01:53:31 +02:00
parent d1a1305bfe
commit 6ab001cdce
12 changed files with 36 additions and 30 deletions

View File

@ -1,11 +1,11 @@
# Maintainer: Martchus <martchus@gmx.net>
pkgname=passwordmanager
pkgver=2.0.7
pkgrel=4
pkgrel=5
arch=('i686' 'x86_64')
pkgdesc="A simple password store using AES-256-CBC encryption via OpenSSL."
license=('GPL')
depends=('qt5-base' 'qtutilities' 'passwordfile' 'openssl' 'libxkbcommon-x11')
depends=('qt5-base' 'qtutilities' 'passwordfile' 'openssl' 'libxkbcommon-x11' 'desktop-file-utils' 'xdg-utils')
makedepends=('qt5-tools')
install=${pkgname}.install
url="https://github.com/Martchus/passwordmanager"

View File

@ -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
}

View File

@ -1,11 +1,11 @@
# Maintainer: Martchus <martchus@gmx.net>
pkgname=passwordmanager-git
pkgver=2.0.7
pkgrel=4
pkgrel=5
arch=('i686' 'x86_64')
pkgdesc="A simple password store using AES-256-CBC encryption via OpenSSL (git version)."
license=('GPL')
depends=('qt5-base' 'qtutilities' 'passwordfile' 'openssl' 'libxkbcommon-x11')
depends=('qt5-base' 'qtutilities' 'passwordfile' 'openssl' 'libxkbcommon-x11' 'desktop-file-utils' 'xdg-utils')
makedepends=('qt5-tools')
provides=('passwordmanager')
conflicts=('passwordmanager')

View File

@ -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
}

View File

@ -4,11 +4,11 @@
_webviewprovider=qt5-webkit
pkgname=tageditor
pkgver=1.1.5
pkgrel=7
pkgrel=8
arch=('i686' 'x86_64')
pkgdesc="A tag editor with Qt GUI and command-line interface supprting 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"

View File

@ -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
}

View File

@ -4,11 +4,11 @@
_webviewprovider=qt5-webkit
pkgname=tageditor-git
pkgver=1.1.5
pkgrel=7
pkgrel=8
arch=('i686' 'x86_64')
pkgdesc="A tag editor with Qt GUI and command-line interface supprting MP4 (iTunes), ID3, Vorbis and Matroska (git version)."
license=('GPL')
depends=('qt5-script' $_webviewprovider 'qtutilities' 'tagparser')
depends=('qt5-script' $_webviewprovider 'qtutilities' 'tagparser' 'desktop-file-utils' 'xdg-utils')
makedepends=('qt5-tools')
provides=('tageditor')
conflicts=('tageditor')

View File

@ -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
}

View File

@ -1,11 +1,11 @@
# Maintainer: Martchus <martchus@gmx.net>
pkgname=videodownloader
pkgver=1.0.8
pkgrel=2
pkgrel=3
arch=('i686' 'x86_64')
pkgdesc="A video downloader with Qt GUI (currently only YouTube is maintained)."
license=('GPL')
depends=('qtutilities' 'openssl')
depends=('qtutilities' 'openssl' 'desktop-file-utils' 'xdg-utils')
makedepends=('qt5-tools')
install=${pkgname}.install
url="https://github.com/Martchus/videodownloader"

View File

@ -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
}

View File

@ -1,11 +1,11 @@
# Maintainer: Martchus <martchus@gmx.net>
pkgname=videodownloader-git
pkgver=1.0.8
pkgrel=2
pkgrel=3
arch=('i686' 'x86_64')
pkgdesc="A video downloader with Qt GUI (currently only YouTube is maintained, git version)."
license=('GPL')
depends=('qtutilities' 'openssl')
depends=('qtutilities' 'openssl' 'desktop-file-utils' 'xdg-utils')
makedepends=('qt5-tools')
provides=('videodownloader')
conflicts=('videodownloader')

View File

@ -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
}