Stagify, add orphaned file.
This commit is contained in:
parent
0d1ccc3c54
commit
855af989e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359927
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
PORTNAME= system-config-printer
|
PORTNAME= system-config-printer
|
||||||
PORTVERSION= 1.4.2
|
PORTVERSION= 1.4.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= print gnome
|
CATEGORIES= print gnome
|
||||||
MASTER_SITES= http://cyberelk.net/tim/data/${PORTNAME}/${PORTVERSION:R}/
|
MASTER_SITES= http://cyberelk.net/tim/data/${PORTNAME}/${PORTVERSION:R}/
|
||||||
|
|
||||||
@ -18,10 +18,10 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-cups \
|
|||||||
${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-curl \
|
${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-curl \
|
||||||
${LOCALBASE}/libexec/cups-pk-helper-mechanism:${PORTSDIR}/print/cups-pk-helper
|
${LOCALBASE}/libexec/cups-pk-helper-mechanism:${PORTSDIR}/print/cups-pk-helper
|
||||||
|
|
||||||
USE_XZ= yes
|
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= desktop-file-utils gettext gmake pathfix pkgconfig shebangfix
|
USES= desktop-file-utils gettext gmake pathfix pkgconfig shebangfix \
|
||||||
|
tar:xz
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
USE_GNOME= intlhack pygobject3
|
USE_GNOME= intlhack pygobject3
|
||||||
@ -29,8 +29,6 @@ USE_GNOME= intlhack pygobject3
|
|||||||
CONFIGURE_ARGS= --without-udev-rules \
|
CONFIGURE_ARGS= --without-udev-rules \
|
||||||
--without-systemdsystemunitdir
|
--without-systemdsystemunitdir
|
||||||
|
|
||||||
MAN1= system-config-printer-applet.1 \
|
|
||||||
system-config-printer.1
|
|
||||||
PLIST_SUB= PYTHON_VER=${PYTHON_VERSION:S/python//}
|
PLIST_SUB= PYTHON_VER=${PYTHON_VERSION:S/python//}
|
||||||
|
|
||||||
SHEBANG_FILES= *.py troubleshoot/*.py xml/validate.py
|
SHEBANG_FILES= *.py troubleshoot/*.py xml/validate.py
|
||||||
@ -39,7 +37,6 @@ INSTALLS_EGGINFO= yes
|
|||||||
PYDISTUTILS_PKGNAME= cupshelpers
|
PYDISTUTILS_PKGNAME= cupshelpers
|
||||||
PYDISTUTILS_PKGVERSION= 1.0
|
PYDISTUTILS_PKGVERSION= 1.0
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g; \
|
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g; \
|
||||||
s|%%PREFIX%%|${PREFIX}|g' \
|
s|%%PREFIX%%|${PREFIX}|g' \
|
||||||
|
@ -6,6 +6,7 @@ etc/cupshelpers/preferreddrivers.xml
|
|||||||
etc/dbus-1/system.d/com.redhat.NewPrinterNotification.conf
|
etc/dbus-1/system.d/com.redhat.NewPrinterNotification.conf
|
||||||
etc/dbus-1/system.d/com.redhat.PrinterDriversInstaller.conf
|
etc/dbus-1/system.d/com.redhat.PrinterDriversInstaller.conf
|
||||||
etc/xdg/autostart/print-applet.desktop
|
etc/xdg/autostart/print-applet.desktop
|
||||||
|
%%PYTHON_SITELIBDIR%%/cupshelpers-1.0-py%%PYTHON_VER%%.egg-info
|
||||||
%%PYTHON_SITELIBDIR%%/cupshelpers/__init__.py
|
%%PYTHON_SITELIBDIR%%/cupshelpers/__init__.py
|
||||||
%%PYTHON_SITELIBDIR%%/cupshelpers/__init__.pyc
|
%%PYTHON_SITELIBDIR%%/cupshelpers/__init__.pyc
|
||||||
%%PYTHON_SITELIBDIR%%/cupshelpers/__init__.pyo
|
%%PYTHON_SITELIBDIR%%/cupshelpers/__init__.pyo
|
||||||
@ -27,6 +28,8 @@ etc/xdg/autostart/print-applet.desktop
|
|||||||
%%PYTHON_SITELIBDIR%%/cupshelpers/xmldriverprefs.py
|
%%PYTHON_SITELIBDIR%%/cupshelpers/xmldriverprefs.py
|
||||||
%%PYTHON_SITELIBDIR%%/cupshelpers/xmldriverprefs.pyc
|
%%PYTHON_SITELIBDIR%%/cupshelpers/xmldriverprefs.pyc
|
||||||
%%PYTHON_SITELIBDIR%%/cupshelpers/xmldriverprefs.pyo
|
%%PYTHON_SITELIBDIR%%/cupshelpers/xmldriverprefs.pyo
|
||||||
|
man/man1/system-config-printer-applet.1.gz
|
||||||
|
man/man1/system-config-printer.1.gz
|
||||||
share/applications/system-config-printer.desktop
|
share/applications/system-config-printer.desktop
|
||||||
share/dbus-1/interfaces/org.fedoraproject.Config.Printing.xml
|
share/dbus-1/interfaces/org.fedoraproject.Config.Printing.xml
|
||||||
share/dbus-1/services/org.fedoraproject.Config.Printing.service
|
share/dbus-1/services/org.fedoraproject.Config.Printing.service
|
||||||
|
Loading…
Reference in New Issue
Block a user