mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
perl-Gtk2-Notify: remove package
This commit is contained in:
parent
d2dd76bc5e
commit
334f0bc512
3 changed files with 1 additions and 129 deletions
|
@ -1,114 +0,0 @@
|
||||||
http://bugs.gentoo.org/398699
|
|
||||||
http://rt.cpan.org/Public/Bug/Display.html?id=67297
|
|
||||||
http://pkgs.fedoraproject.org/gitweb/?p=perl-Gtk2-Notify.git;a=blob_plain;f=libnotify.patch;hb=HEAD
|
|
||||||
|
|
||||||
--- t/notification.t
|
|
||||||
+++ t/notification.t
|
|
||||||
@@ -2,20 +2,18 @@
|
|
||||||
|
|
||||||
use strict;
|
|
||||||
use warnings;
|
|
||||||
-use Gtk2::TestHelper tests => 35;
|
|
||||||
+use Gtk2::TestHelper tests => 32;
|
|
||||||
use Test::Exception;
|
|
||||||
use Gtk2::Notify -init, $0;
|
|
||||||
|
|
||||||
ginterfaces_ok('Gtk2::Notify');
|
|
||||||
|
|
||||||
-my $w = Gtk2::Window->new;
|
|
||||||
-my $n = Gtk2::Notify->new('foo', 'bar', '', $w);
|
|
||||||
+my $n = Gtk2::Notify->new('foo', 'bar', '');
|
|
||||||
|
|
||||||
isa_ok($n, 'Gtk2::Notify');
|
|
||||||
|
|
||||||
my @methods = qw(
|
|
||||||
add_action
|
|
||||||
- attach_to_widget
|
|
||||||
clear_actions
|
|
||||||
clear_hints
|
|
||||||
close
|
|
||||||
@@ -46,16 +44,6 @@ lives_ok(sub {
|
|
||||||
}, 42);
|
|
||||||
}, 'add_action');
|
|
||||||
|
|
||||||
-{
|
|
||||||
- my $nw = Gtk2::Window->new;
|
|
||||||
- lives_ok(sub {
|
|
||||||
- $n->attach_to_widget($nw);
|
|
||||||
- }, 'attach_to_widget');
|
|
||||||
- lives_ok(sub {
|
|
||||||
- $n->attach_to_widget($w);
|
|
||||||
- }, 'attach_to_widget');
|
|
||||||
-}
|
|
||||||
-
|
|
||||||
lives_ok(sub {
|
|
||||||
$n->clear_actions;
|
|
||||||
}, 'clear_actions with existing actions');
|
|
||||||
@@ -99,8 +87,6 @@ lives_ok(sub {
|
|
||||||
$n->close;
|
|
||||||
}, 'close before show');
|
|
||||||
|
|
||||||
-$w->show_all;
|
|
||||||
-
|
|
||||||
lives_ok(sub {
|
|
||||||
$n->show;
|
|
||||||
}, 'show');
|
|
||||||
--- xs/Notify.xs
|
|
||||||
+++ xs/Notify.xs
|
|
||||||
@@ -86,26 +86,12 @@ notify_get_server_info (class, OUTLIST c
|
|
||||||
MODULE = Gtk2::Notify PACKAGE = Gtk2::Notify PREFIX = notify_notification_
|
|
||||||
|
|
||||||
NotifyNotification *
|
|
||||||
-notify_notification_new (class, summary, body=NULL, icon=NULL, attach=NULL)
|
|
||||||
+notify_notification_new (class, summary, body=NULL, icon=NULL)
|
|
||||||
const gchar *summary
|
|
||||||
const gchar *body
|
|
||||||
const gchar *icon
|
|
||||||
- GtkWidget_ornull *attach
|
|
||||||
C_ARGS:
|
|
||||||
- summary, body, icon, attach
|
|
||||||
-
|
|
||||||
-#if GTK_CHECK_VERSION (2, 9, 2)
|
|
||||||
-
|
|
||||||
-NotifyNotification *
|
|
||||||
-notify_notification_new_with_status_icon (class, summary, body=NULL, icon=NULL, status_icon=NULL)
|
|
||||||
- const gchar *summary
|
|
||||||
- const gchar *body
|
|
||||||
- const gchar *icon
|
|
||||||
- GtkStatusIcon *status_icon
|
|
||||||
- C_ARGS:
|
|
||||||
- summary, body, icon, status_icon
|
|
||||||
-
|
|
||||||
-#endif
|
|
||||||
+ summary, body, icon
|
|
||||||
|
|
||||||
gboolean
|
|
||||||
notify_notification_update (notification, summary, message=NULL, icon=NULL)
|
|
||||||
@@ -114,27 +100,6 @@ notify_notification_update (notification
|
|
||||||
const gchar *message
|
|
||||||
const gchar *icon
|
|
||||||
|
|
||||||
-void
|
|
||||||
-notify_notification_attach_to_widget (notification, attach)
|
|
||||||
- NotifyNotification *notification
|
|
||||||
- GtkWidget *attach
|
|
||||||
-
|
|
||||||
-#if GTK_CHECK_VERSION (2, 9, 2)
|
|
||||||
-
|
|
||||||
-void
|
|
||||||
-notify_notification_attach_to_status_icon (notification, status_icon)
|
|
||||||
- NotifyNotification *notification
|
|
||||||
- GtkStatusIcon *status_icon
|
|
||||||
-
|
|
||||||
-#endif
|
|
||||||
-
|
|
||||||
-void
|
|
||||||
-notify_notification_set_geometry_hints (notification, screen, x, y)
|
|
||||||
- NotifyNotification *notification
|
|
||||||
- GdkScreen *screen
|
|
||||||
- gint x
|
|
||||||
- gint y
|
|
||||||
-
|
|
||||||
NO_OUTPUT gboolean
|
|
||||||
notify_notification_show (notification)
|
|
||||||
NotifyNotification *notification
|
|
|
@ -1,15 +0,0 @@
|
||||||
# Template build file for 'perl-Gtk2-Notify'
|
|
||||||
pkgname=perl-Gtk2-Notify
|
|
||||||
version=0.05
|
|
||||||
revision=7
|
|
||||||
build_style=perl-module
|
|
||||||
hostmakedepends="perl perl-Gtk2 gtk+-devel libnotify-devel perl-ExtUtils-Depends perl-ExtUtils-PkgConfig"
|
|
||||||
makedepends="${hostmakedepends}"
|
|
||||||
short_desc="Gtk2::Notify - Perl interface to libnotify"
|
|
||||||
maintainer="chinarulezzz <s.alex08@mail.ru>"
|
|
||||||
homepage="https://metacpan.org/release/Gtk2-Notify"
|
|
||||||
license="LGPL-2"
|
|
||||||
distfiles="${CPAN_SITE}/Gtk2/Gtk2-Notify-${version}.tar.gz"
|
|
||||||
checksum=88189ae68dfbd54615ad133df07e2ec8048d06d8b9586add1227d74eb2ebb047
|
|
||||||
wrksrc="Gtk2-Notify-${version}"
|
|
||||||
nocross=yes
|
|
|
@ -177,6 +177,7 @@ replaces="
|
||||||
orage<=4.12.1_7
|
orage<=4.12.1_7
|
||||||
oce<=0.18.3_1
|
oce<=0.18.3_1
|
||||||
oce-devel<=0.18.3_1
|
oce-devel<=0.18.3_1
|
||||||
|
perl-Gtk2-Notify<=0.05_7
|
||||||
phonon-backend-gstreamer<=4.9.0_2
|
phonon-backend-gstreamer<=4.9.0_2
|
||||||
phonon-backend-vlc<=0.9.1_3
|
phonon-backend-vlc<=0.9.1_3
|
||||||
polkit-qt<=0.112.0_5
|
polkit-qt<=0.112.0_5
|
||||||
|
|
Loading…
Add table
Reference in a new issue