mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
This commit is contained in:
parent
d3839cf9e1
commit
dad9d6b413
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361293
3 changed files with 6 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
PORTNAME= gnome-cups-manager
|
PORTNAME= gnome-cups-manager
|
||||||
PORTVERSION= 0.31
|
PORTVERSION= 0.31
|
||||||
PORTREVISION= 14
|
PORTREVISION= 15
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= print gnome
|
CATEGORIES= print gnome
|
||||||
MASTER_SITES= GNOME
|
MASTER_SITES= GNOME
|
||||||
|
@ -16,11 +16,11 @@ COMMENT= Administration tool for cups
|
||||||
LIB_DEPENDS= libgnomecups-1.0.so:${PORTSDIR}/print/libgnomecups
|
LIB_DEPENDS= libgnomecups-1.0.so:${PORTSDIR}/print/libgnomecups
|
||||||
RUN_DEPENDS= gnomesu:${PORTSDIR}/security/libgnomesu
|
RUN_DEPENDS= gnomesu:${PORTSDIR}/security/libgnomesu
|
||||||
|
|
||||||
USE_AUTOTOOLS= libtool
|
USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
|
||||||
USE_GNOME= gnomeprefix intlhack libgnomeprintui libgnomeui
|
USE_GNOME= gnomeprefix intlhack libgnomeprintui libgnomeui
|
||||||
USES= gettext gmake pathfix pkgconfig tar:bzip2
|
|
||||||
INSTALLS_ICONS= yes
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
INSTALLS_ICONS= yes
|
||||||
|
INSTALL_TARGET= install-strip
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include -D_IPP_PRIVATE_STRUCTURES
|
CPPFLAGS+= -I${LOCALBASE}/include -D_IPP_PRIVATE_STRUCTURES
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
diff -Nur gnome-cups-manager-0.31/libgnomecups/gnome-cups-ui-connection.c gnome-cups-manager-0.31.new/libgnomecups/gnome-cups-ui-connection.c
|
diff -Nur gnome-cups-manager-0.31/libgnomecups/gnome-cups-ui-connection.c gnome-cups-manager-0.31.new/libgnomecups/gnome-cups-ui-connection.c
|
||||||
--- gnome-cups-manager-0.31/libgnomecups/gnome-cups-ui-connection.c 2006-05-18 12:53:57.000000000 +0200
|
--- gnome-cups-manager-0.31/libgnomecups/gnome-cups-ui-connection.c 2006-05-18 12:53:57.000000000 +0200
|
||||||
+++ libgnomecups/gnome-cups-ui-connection.c 2006-05-18 12:55:38.000000000 +0200
|
+++ libgnomecups/gnome-cups-ui-connection.c 2006-05-18 12:55:38.000000000 +0200
|
||||||
@@ -1400,7 +1400,6 @@
|
@@ -1211,7 +1211,6 @@
|
||||||
w = glade_xml_get_widget (cs->xml, "smb_username_entry");
|
w = glade_xml_get_widget (cs->xml, "smb_username_entry");
|
||||||
gtk_entry_set_text (GTK_ENTRY (w), username);
|
gtk_entry_set_text (GTK_ENTRY (w), username);
|
||||||
w = glade_xml_get_widget (cs->xml, "smb_password_entry");
|
w = glade_xml_get_widget (cs->xml, "smb_password_entry");
|
||||||
|
|
|
@ -8,9 +8,9 @@ include/libgnomecups-1/libgnomecups/gnome-cups-ui-init.h
|
||||||
include/libgnomecups-1/libgnomecups/gnome-cups-ui-print.h
|
include/libgnomecups-1/libgnomecups/gnome-cups-ui-print.h
|
||||||
include/libgnomecups-1/libgnomecups/gnome-cups-ui-util.h
|
include/libgnomecups-1/libgnomecups/gnome-cups-ui-util.h
|
||||||
lib/libgnomecupsui-1.0.a
|
lib/libgnomecupsui-1.0.a
|
||||||
lib/libgnomecupsui-1.0.la
|
|
||||||
lib/libgnomecupsui-1.0.so
|
lib/libgnomecupsui-1.0.so
|
||||||
lib/libgnomecupsui-1.0.so.1
|
lib/libgnomecupsui-1.0.so.1
|
||||||
|
lib/libgnomecupsui-1.0.so.1.0.0
|
||||||
libdata/bonobo/servers/Gnome_CupsManager.server
|
libdata/bonobo/servers/Gnome_CupsManager.server
|
||||||
libdata/pkgconfig/libgnomecupsui-1.0.pc
|
libdata/pkgconfig/libgnomecupsui-1.0.pc
|
||||||
sbin/gnome-cups-switch
|
sbin/gnome-cups-switch
|
||||||
|
@ -68,7 +68,6 @@ share/pixmaps/gnome-cups-manager/printer-tray-normal.png
|
||||||
share/pixmaps/gnome-cups-manager/printer-tray-stopped.png
|
share/pixmaps/gnome-cups-manager/printer-tray-stopped.png
|
||||||
@dirrm share/pixmaps/gnome-cups-manager
|
@dirrm share/pixmaps/gnome-cups-manager
|
||||||
@dirrm %%DATADIR%%
|
@dirrm %%DATADIR%%
|
||||||
@unexec rmdir %D/sbin 2>/dev/null || /usr/bin/true
|
|
||||||
@dirrmtry include/libgnomecups-1/libgnomecups
|
@dirrmtry include/libgnomecups-1/libgnomecups
|
||||||
@dirrmtry include/libgnomecups-1
|
@dirrmtry include/libgnomecups-1
|
||||||
@dirrmtry share/locale/xh/LC_MESSAGES
|
@dirrmtry share/locale/xh/LC_MESSAGES
|
||||||
|
|
Loading…
Add table
Reference in a new issue