mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Fix the Gaim D-BUS service name so that D-BUS-enabled apps can start
Gaim. PR: 108851 Submitted by: "Phillip N." <pneumann@gmail.com>
This commit is contained in:
parent
9fad86687b
commit
70a1874fff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184666
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= gaim
|
||||
PORTVERSION= 2.0.0.b6
|
||||
PORTREVISION?= 3
|
||||
PORTREVISION?= 4
|
||||
CATEGORIES?= net-im
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
7
net-im/libgaim/files/patch-gaim.service.in
Normal file
7
net-im/libgaim/files/patch-gaim.service.in
Normal file
@ -0,0 +1,7 @@
|
||||
--- gaim.service.in.orig Tue Feb 6 20:55:54 2007
|
||||
+++ gaim.service.in Tue Feb 6 20:56:04 2007
|
||||
@@ -1,3 +1,3 @@
|
||||
[D-BUS Service]
|
||||
-Name=org.gaim.GaimService
|
||||
+Name=net.sf.gaim.GaimService
|
||||
Exec=@bindir@/gaim
|
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= gaim
|
||||
PORTVERSION= 2.0.0.b6
|
||||
PORTREVISION?= 3
|
||||
PORTREVISION?= 4
|
||||
CATEGORIES?= net-im
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
7
net-im/libpurple/files/patch-gaim.service.in
Normal file
7
net-im/libpurple/files/patch-gaim.service.in
Normal file
@ -0,0 +1,7 @@
|
||||
--- gaim.service.in.orig Tue Feb 6 20:55:54 2007
|
||||
+++ gaim.service.in Tue Feb 6 20:56:04 2007
|
||||
@@ -1,3 +1,3 @@
|
||||
[D-BUS Service]
|
||||
-Name=org.gaim.GaimService
|
||||
+Name=net.sf.gaim.GaimService
|
||||
Exec=@bindir@/gaim
|
Loading…
Reference in New Issue
Block a user