mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -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
|
||||
PORTVERSION= 0.31
|
||||
PORTREVISION= 14
|
||||
PORTREVISION= 15
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= print gnome
|
||||
MASTER_SITES= GNOME
|
||||
|
@ -16,11 +16,11 @@ COMMENT= Administration tool for cups
|
|||
LIB_DEPENDS= libgnomecups-1.0.so:${PORTSDIR}/print/libgnomecups
|
||||
RUN_DEPENDS= gnomesu:${PORTSDIR}/security/libgnomesu
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
|
||||
USE_GNOME= gnomeprefix intlhack libgnomeprintui libgnomeui
|
||||
USES= gettext gmake pathfix pkgconfig tar:bzip2
|
||||
INSTALLS_ICONS= yes
|
||||
USE_LDCONFIG= yes
|
||||
INSTALLS_ICONS= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -D_IPP_PRIVATE_STRUCTURES
|
||||
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
|
||||
--- 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
|
||||
@@ -1400,7 +1400,6 @@
|
||||
@@ -1211,7 +1211,6 @@
|
||||
w = glade_xml_get_widget (cs->xml, "smb_username_entry");
|
||||
gtk_entry_set_text (GTK_ENTRY (w), username);
|
||||
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-util.h
|
||||
lib/libgnomecupsui-1.0.a
|
||||
lib/libgnomecupsui-1.0.la
|
||||
lib/libgnomecupsui-1.0.so
|
||||
lib/libgnomecupsui-1.0.so.1
|
||||
lib/libgnomecupsui-1.0.so.1.0.0
|
||||
libdata/bonobo/servers/Gnome_CupsManager.server
|
||||
libdata/pkgconfig/libgnomecupsui-1.0.pc
|
||||
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
|
||||
@dirrm share/pixmaps/gnome-cups-manager
|
||||
@dirrm %%DATADIR%%
|
||||
@unexec rmdir %D/sbin 2>/dev/null || /usr/bin/true
|
||||
@dirrmtry include/libgnomecups-1/libgnomecups
|
||||
@dirrmtry include/libgnomecups-1
|
||||
@dirrmtry share/locale/xh/LC_MESSAGES
|
||||
|
|
Loading…
Add table
Reference in a new issue