summaryrefslogtreecommitdiffstats
path: root/main/gnome-bluetooth/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-11-15 07:55:27 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-11-15 07:55:27 +0000
commitf5736311ea9a7db50cce12d73c2ad958b1868e19 (patch)
tree946edff5e2e82a0aee0f738310ae3307a14b2446 /main/gnome-bluetooth/APKBUILD
parentdbc92225c0d98dc426c62d3f1c7755e22b9b8405 (diff)
downloadaports-f5736311ea9a7db50cce12d73c2ad958b1868e19.tar.bz2
aports-f5736311ea9a7db50cce12d73c2ad958b1868e19.tar.xz
main/gnome-bluetooth: set replaces in -libs subpackage
Diffstat (limited to 'main/gnome-bluetooth/APKBUILD')
-rw-r--r--main/gnome-bluetooth/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/gnome-bluetooth/APKBUILD b/main/gnome-bluetooth/APKBUILD
index dcbb98ec8..8477eda77 100644
--- a/main/gnome-bluetooth/APKBUILD
+++ b/main/gnome-bluetooth/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gnome-bluetooth
pkgver=3.10.0
-pkgrel=0
+pkgrel=1
pkgdesc="The GNOME Bluetooth Subsystem"
url="http://live.gnome.org/GnomeBluetooth"
arch="all"
@@ -57,6 +57,7 @@ package() {
libs() {
default_libs
+ replaces="gnome-bluetooth"
mkdir -p "$subpkgdir"/usr/share
mv "$pkgdir"/usr/share/icons "$subpkgdir"/usr/share/
}