mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/gnome-bluetooth: rebuild against libnotify-0.7
This commit is contained in:
parent
60daa58160
commit
60541cd4bd
@ -1,18 +1,20 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=gnome-bluetooth
|
||||
pkgver=2.32.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="The GNOME Bluetooth Subsystem"
|
||||
url="http://live.gnome.org/GnomeBluetooth"
|
||||
arch="all"
|
||||
license="GPL LGPL"
|
||||
depends="hicolor-icon-theme obexd-client obex-data-server"
|
||||
makedepends="intltool py-gtk gobject-introspection-dev libunique-dev libnotify-dev
|
||||
libxi-dev libxslt py-libxml2 gnome-doc-utils"
|
||||
makedepends="intltool py-gtk gobject-introspection-dev libunique-dev
|
||||
libnotify-dev libxi-dev libxslt py-libxml2 gnome-doc-utils
|
||||
dbus-glib-dev gtk+2.0-dev"
|
||||
install=
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="http://ftp.gnome.org/pub/GNOME/sources/gnome-bluetooth/${pkgver%.*}/gnome-bluetooth-$pkgver.tar.bz2
|
||||
nogeoclue.patch
|
||||
libnotify-0.7.patch
|
||||
61-gnome-bluetooth-rfkill.rules"
|
||||
|
||||
_builddir="$srcdir"/$pkgname-$pkgver
|
||||
@ -53,4 +55,5 @@ package() {
|
||||
|
||||
md5sums="f129686fe46c4c98eb70a0cc85d59cae gnome-bluetooth-2.32.0.tar.bz2
|
||||
5ed6f59d02b45573a08155fca8f0d300 nogeoclue.patch
|
||||
1f6db609b5c2d6cd0076cd63b9c60afd libnotify-0.7.patch
|
||||
9fb6c8dcb5a3de3a953bf2ef42063e6e 61-gnome-bluetooth-rfkill.rules"
|
||||
|
||||
11
main/gnome-bluetooth/libnotify-0.7.patch
Normal file
11
main/gnome-bluetooth/libnotify-0.7.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./applet/notify.c.orig
|
||||
+++ ./applet/notify.c
|
||||
@@ -71,7 +71,7 @@
|
||||
notify_notification_close(notify, NULL);
|
||||
}
|
||||
|
||||
- notify = notify_notification_new(summary, message, icon_name, NULL);
|
||||
+ notify = notify_notification_new(summary, message, icon_name);
|
||||
|
||||
notify_notification_set_timeout(notify, timeout);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user