forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use textproc/xmlto instead of textproc/minixmlto as the latter produces errors with <uri> tags. Adopt/adapt patches for xdg-su from OpenMandriva. [1] Don't apply subsitutions to .orig files in the post-patch target. Pet portclippy(1). Obtained from: https://github.com/OpenMandrivaAssociation/xdg-utils/blob/rolling/xdg-utils-find-kdesu6.patch [1] https://github.com/OpenMandrivaAssociation/xdg-utils/blob/rolling/xdg-utils-1.2.1-lxqt-unquote.patch [1]
- Loading branch information
Showing
10 changed files
with
90 additions
and
220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
PORTNAME= xdg-utils | ||
PORTVERSION= 1.1.3 | ||
PORTREVISION= 4 | ||
DISTVERSIONPREFIX= v | ||
DISTVERSION= 1.2.1 | ||
CATEGORIES= devel | ||
MASTER_SITES= https://portland.freedesktop.org/download/ | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Tools to allow all applications to integrate with the free desktop | ||
|
@@ -11,26 +10,27 @@ WWW= https://www.freedesktop.org/wiki/Software/xdg-utils/ | |
LICENSE= MIT | ||
LICENSE_FILE= ${WRKSRC}/LICENSE | ||
|
||
BUILD_DEPENDS= minixmlto:textproc/minixmlto | ||
BUILD_DEPENDS= xmlto:textproc/xmlto | ||
RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme | ||
|
||
USES= cpe gmake | ||
|
||
CPE_VENDOR= freedesktop | ||
USE_GITLAB= yes | ||
GL_SITE= https://gitlab.freedesktop.org | ||
GL_ACCOUNT= xdg | ||
|
||
CONFIGURE_ENV= XMLTO=${LOCALBASE}/bin/minixmlto | ||
GNU_CONFIGURE= yes | ||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share | ||
|
||
NO_ARCH= yes | ||
MAKE_ENV= PREFER_DOCBOOK2MDOC=1 | ||
|
||
OPTIONS_DEFINE= X11 | ||
OPTIONS_DEFAULT=X11 | ||
|
||
X11_RUN_DEPENDS=xprop:x11/xprop \ | ||
xset:x11/xset | ||
|
||
post-patch: | ||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ | ||
${WRKSRC}/scripts/xdg-* | ||
${WRKSRC}/scripts/xdg-*.in | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1546903676 | ||
SHA256 (xdg-utils-1.1.3.tar.gz) = d798b08af8a8e2063ddde6c9fa3398ca81484f27dec642c5627ffcaa0d4051d9 | ||
SIZE (xdg-utils-1.1.3.tar.gz) = 297170 | ||
TIMESTAMP = 1737661873 | ||
SHA256 (xdg-utils-v1.2.1.tar.bz2) = 93d510dccf328378f012fe195b4574c2fac1cd65a74d0852d6eaa72e5a2065a7 | ||
SIZE (xdg-utils-v1.2.1.tar.bz2) = 293386 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.