summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2015-06-16 10:36:27 +0300
committerDet2015-06-16 10:36:27 +0300
commitf1b65a42f6824331399b62c3142d19f5ea32665d (patch)
tree39ee5bcc55dc8fc4553e2697254b751d3182828a
parentae657ab73871ecbdf37b177cf49449508a78c9f0 (diff)
downloadaur-f1b65a42f6824331399b62c3142d19f5ea32665d.tar.gz
5.6.1.3-3: Disable Schemas
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
-rw-r--r--vuze-extreme-mod.install9
3 files changed, 5 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ff8ba933e83..5a5b68b1e52a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vuze-extreme-mod
pkgdesc = A modded version of the Vuze BitTorrent client with multiple spoofing capabilities
pkgver = 5.6.1.3
- pkgrel = 2
+ pkgrel = 3
url = http://www.sb-innovation.de/f41/
install = vuze-extreme-mod.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index be9b31840446..b5d23bdae108 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _icon="default"
pkgname=vuze-extreme-mod
pkgver=5.6.1.3
_ver=5612
-pkgrel=2
+pkgrel=3
pkgdesc="A modded version of the Vuze BitTorrent client with multiple spoofing capabilities"
arch=('i686' 'x86_64')
url="http://www.sb-innovation.de/f41/"
@@ -41,7 +41,6 @@ package() {
install -d "$pkgdir"/opt/vuze-extreme-mod/
install -d "$pkgdir"/usr/bin/
install -d "$pkgdir"/usr/share/applications/
- install -d "$pkgdir"/usr/share/gconf/schemas/
install -d "$pkgdir"/usr/share/licenses/vuze-extreme-mod/
install -d "$pkgdir"/usr/share/pixmaps/
@@ -55,10 +54,9 @@ package() {
x86_64) mv swt/swt64.jar "$pkgdir"/opt/vuze-extreme-mod/swt.jar ;;
esac
- # Icon, desktop and schemas
+ # Icon and desktop
mv vuze.png "$pkgdir"/usr/share/pixmaps/vuze-extreme-mod.png
mv vuze.desktop "$pkgdir"/usr/share/applications/vuze-extreme-mod.desktop
- mv vuze.schemas "$pkgdir"/usr/share/gconf/schemas/vuze-extreme-mod.schemas
# Licenses
mv GPL.txt "$pkgdir"/usr/share/licenses/vuze-extreme-mod/
@@ -71,6 +69,7 @@ package() {
rm azureus
rm installer.log
rm README.txt
+ rm vuze.schemas
# Move main stuff
mv * "$pkgdir"/opt/vuze-extreme-mod/
diff --git a/vuze-extreme-mod.install b/vuze-extreme-mod.install
index 0584aa50c0c7..51c91283e63d 100644
--- a/vuze-extreme-mod.install
+++ b/vuze-extreme-mod.install
@@ -7,20 +7,16 @@ note() {
printf "${blue}${yellow}::${bold} $1${all_off}\n"
}
-pkgname=vuze-extreme-mod
all_off="$(tput sgr0)"
bold="${all_off}$(tput bold)"
blue="${bold}$(tput setaf 4)"
yellow="${bold}$(tput setaf 3)"
post_install() {
- msg_blue "Installing GConf Schemas..."
- gconfpkg --install "$pkgname"
-
msg_blue "Updating desktop MIME database..."
update-desktop-database -q
- note "The launcher is called: '$pkgname'"
+ note "The launcher is called: 'vuze-extreme-mod'"
}
post_upgrade() {
@@ -28,9 +24,6 @@ post_upgrade() {
}
post_remove() {
- msg_blue "Uninstalling GConf Schemas..."
- gconfpkg --uninstall "$pkgname"
-
msg_blue "Updating desktop MIME database..."
update-desktop-database -q
}