aboutsummaryrefslogtreecommitdiffstats
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:56:13 +0000
commitfae48083587818b8b635db4b05eab53c2fec6243 (patch)
tree41e5fd9434caa830731a81b8cbb262eac020ed98
parent62abd1affbcd84c01a29e7804be22e393eae0037 (diff)
downloadaports-fae48083587818b8b635db4b05eab53c2fec6243.tar.bz2
aports-fae48083587818b8b635db4b05eab53c2fec6243.tar.xz
main/gnome-bluetooth: set replaces in -libs subpackage
(cherry picked from commit f5736311ea9a7db50cce12d73c2ad958b1868e19)
-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 dcbb98ec89..8477eda774 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/
}