diff --git a/x11-themes/adapta-backgrounds/Makefile b/x11-themes/adapta-backgrounds/Makefile index 7b1eb745eaa4..656e674338d3 100644 --- a/x11-themes/adapta-backgrounds/Makefile +++ b/x11-themes/adapta-backgrounds/Makefile @@ -1,29 +1,27 @@ -# Created by: Nicola Stanislao Vitale - PORTNAME= adapta-backgrounds PORTVERSION= 0.5.2.3 PORTREVISION= 2 CATEGORIES= x11-themes MAINTAINER= nivit@FreeBSD.org COMMENT= Wallpaper collection for adapta-project LICENSE= GPLv2 CC-BY-SA-4.0 LICENSE_COMB= multi LICENSE_FILE_CC-BY-SA-4.0= ${WRKSRC}/LICENSE_CC_BY_SA4 LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING DOCS_MAKE_ENV= ADAPTA_BG_DOCS=yes GH_ACCOUNT= adapta-project GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS NO_ARCH= yes USES= autoreconf gmake gnome pkgconfig USE_GITHUB= yes USE_GNOME= glib20 libxml2 .include diff --git a/x11-themes/adapta-gtk-theme/Makefile b/x11-themes/adapta-gtk-theme/Makefile index 1d60c6d67860..26683ae25948 100644 --- a/x11-themes/adapta-gtk-theme/Makefile +++ b/x11-themes/adapta-gtk-theme/Makefile @@ -1,78 +1,76 @@ -# Created by: Nicola Stanislao Vitale - PORTNAME= adapta-gtk-theme PORTVERSION= 3.95.0.11 PORTREVISION= 3 CATEGORIES= x11-themes MAINTAINER= nivit@FreeBSD.org COMMENT= Adaptive Gtk+ theme based on Material Design Guidelines LICENSE= GPLv2 CC-BY-SA-4.0 LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_CC-BY-SA-4.0= ${WRKSRC}/LICENSE_CC_BY_SA4 BUILD_DEPENDS= gsed:textproc/gsed \ inkscape:graphics/inkscape \ bash:shells/bash \ sassc:textproc/sassc RUN_DEPENDS= noto>=1.0.5:x11-fonts/noto \ roboto-fonts-ttf>=2.134:x11-fonts/roboto-fonts-ttf USES= autoreconf gmake gnome pathfix pkgconfig shebangfix CHROME_CONFIGURE_ENABLE= chrome_legacy CHROME_DESC= Support for legacy Chrome(ium) browser (<= R59) CINNAMON_CONFIGURE_ENABLE= cinnamon CINNAMON_DESC= Support for Cinnamon Desktop Environment CINNAMON_IMPLIES= METACITY CONFIGURE_ARGS= --disable-flashback \ --disable-gtk_next \ --disable-plank \ --disable-telegram \ --disable-tweetdeck DOCS_MAKE_ENV= ADAPTA_DOCS=yes GH_ACCOUNT= adapta-project GNOMESHELL_CONFIGURE_ENABLE= gnome GNOMESHELL_DESC= Support for Gnome-Shell Desktop Environment GNU_CONFIGURE= yes MATE_CONFIGURE_ENABLE= mate MATE_DESC= Support for Mate Desktop Environment MATE_IMPLIES= METACITY METACITY_DESC= Support for metacity Window Manager NO_ARCH= yes OPENBOX_CONFIGURE_ENABLE= openbox OPENBOX_DESC= Support for Openbox Desktop Environment OPTIONS_DEFAULT= CHROME CINNAMON GNOMESHELL MATE METACITY OPENBOX PARALLEL XFCE OPTIONS_DEFINE= CHROME CINNAMON DOCS GNOMESHELL MATE METACITY OPENBOX PARALLEL XFCE OPTIONS_SUB= yes PARALLEL_BUILD_DEPENDS= parallel:sysutils/parallel PARALLEL_CONFIGURE_ENABLE= parallel PARALLEL_DESC= parallel-build support SHEBANG_REGEX= '.*\.sh$$' USE_GITHUB= yes USE_GNOME= gdkpixbuf2 glib20 librsvg2 libxml2 XFCE_CONFIGURE_ENABLE= xfce XFCE_DESC= Support for XFce Desktop Environment post-patch: # use textproc/gsed @(cd ${WRKSRC} && \ ${FIND} . -type f -iregex '${SHEBANG_REGEX}' \ -exec ${SED} -i '' -e 's,sed -i,${LOCALBASE}/bin/g&,g' {} ";") # replace deprecated inkscape flags @(cd ${WRKSRC} && \ ${FIND} . -type f -iregex '${SHEBANG_REGEX}' \ -exec ${SED} -i '' -e 's|--export-png=|--export-filename=|g' {} ";") .include diff --git a/x11-themes/adwaita-icon-theme/Makefile b/x11-themes/adwaita-icon-theme/Makefile index 40ed3fc6decb..79660ca93b00 100644 --- a/x11-themes/adwaita-icon-theme/Makefile +++ b/x11-themes/adwaita-icon-theme/Makefile @@ -1,25 +1,23 @@ -# Created by: Gustau Pérez i Querol - PORTNAME= adwaita-icon-theme DISTVERSION= 40.1.1 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${DISTVERSION:R:R} DIST_SUBDIR= gnome MAINTAINER= desktop@FreeBSD.org COMMENT= GNOME Symbolic Icons LICENSE= LGPL3 CC-BY-SA-3.0 LICENSE_COMB= dual NO_ARCH= yes USES= gettext-tools gmake gnome pathfix pkgconfig tar:xz USE_GNOME= intltool gtk-update-icon-cache GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_GTK_ENCODE_SYMBOLIC_SVG="false" post-install: @${RM} -r ${STAGEDIR}${PREFIX}/lib/locale @${RM} -r ${STAGEDIR}${PREFIX}/locale .include diff --git a/x11-themes/adwaita-qt/Makefile b/x11-themes/adwaita-qt/Makefile index 70d2a47aad91..6c25a8b5d162 100644 --- a/x11-themes/adwaita-qt/Makefile +++ b/x11-themes/adwaita-qt/Makefile @@ -1,25 +1,23 @@ -# Created by: Olivier Duchateau - PORTNAME= adwaita-qt DISTVERSION= 1.4.1 CATEGORIES= x11-themes PKGNAMESUFFIX= 5 MAINTAINER= tcberner@FreeBSD.org COMMENT= Adwaita theme for Qt applications LICENSE= GPLv2 LGPL20 LICENSE_COMB= multi BUILD_DEPENDS= sassc:textproc/sassc USES= cmake compiler:c++11-lib localbase pkgconfig qt:5 xorg USE_QT= core dbus gui widgets x11extras \ buildtools_build qmake_build USE_XORG= xcb CMAKE_OFF= USE_QT4 USE_GITHUB= yes GH_ACCOUNT= FedoraQt .include diff --git a/x11-themes/ant-dracula-theme/Makefile b/x11-themes/ant-dracula-theme/Makefile index ff9bebd59347..705d0fc6a218 100644 --- a/x11-themes/ant-dracula-theme/Makefile +++ b/x11-themes/ant-dracula-theme/Makefile @@ -1,67 +1,65 @@ -# Created by: Alexander Vereeken - PORTNAME= ant-dracula-theme DISTVERSIONPREFIX= v DISTVERSION= 3.0 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com COMMENT= Dark theme for GTK & KDE LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= dracula GH_PROJECT= gtk NO_ARCH= yes NO_BUILD= yes OPTIONS_DEFINE= CINNAMON GNOMESHELL KDE METACITY XFCE OPTIONS_DEFAULT= CINNAMON GNOMESHELL KDE METACITY XFCE OPTIONS_SUB= yes CINNAMON_DESC= Install Cinnamon theme CINNAMON_IMPLIES= METACITY CINNAMON_VARS= THEME_SUBSETS+=cinnamon GNOMESHELL_DESC= Install Gnome-Shell theme GNOMESHELL_VARS= THEME_SUBSETS+=gnome-shell KDE_DESC= Install KDE theme METACITY_DESC= Install Metacity theme METACITY_VARS= THEME_SUBSETS+=metacity-1 XFCE_DESC= Install XFCE theme XFCE_VARS= THEME_SUBSETS+=xfwm4 THEMEDIR= ${PREFIX}/share/themes/Ant-Dracula THEME_SUBSETS= assets gtk-2.0 gtk-3.0 gtk-3.20 gtk-4.0 index.theme post-patch: ${RM} ${WRKSRC}/gtk-2.0/render-assets.sh \ ${WRKSRC}/gtk-3.20/assets/render-gtk3-assets-hidpi.py \ ${WRKSRC}/gtk-3.20/assets/render-gtk3-assets.py \ ${WRKSRC}/gtk-4.0/assets/render-gtk3-assets-hidpi.py \ ${WRKSRC}/gtk-4.0/assets/render-gtk3-assets.py .include do-install: ${MKDIR} ${STAGEDIR}${THEMEDIR} .for i in ${THEME_SUBSETS} (cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${THEMEDIR}) .endfor do-install-KDE-on: (cd ${WRKSRC}/kde && ${COPYTREE_SHARE} color-schemes ${STAGEDIR}${PREFIX}/share) (cd ${WRKSRC}/kde && ${COPYTREE_SHARE} plasma ${STAGEDIR}${PREFIX}/share) ${MKDIR} ${STAGEDIR}${PREFIX}/share/aurorae/themes (cd ${WRKSRC}/kde/aurorae && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/aurorae/themes) ${MKDIR} ${STAGEDIR}${PREFIX}/share/Kvantum (cd ${WRKSRC}/kde/kvantum && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/Kvantum) ${MKDIR} ${STAGEDIR}${PREFIX}/share/sddm/themes (cd ${WRKSRC}/kde/sddm && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/sddm/themes) .include diff --git a/x11-themes/audacious-skins/Makefile b/x11-themes/audacious-skins/Makefile index da130d0d21b5..66dd7a2c0af3 100644 --- a/x11-themes/audacious-skins/Makefile +++ b/x11-themes/audacious-skins/Makefile @@ -1,23 +1,21 @@ -# Created by: Emanuel Haupt - PORTNAME= audacious-skins PORTVERSION= 0.4 CATEGORIES= x11-themes MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Collection of audacious skins BUILD_DEPENDS= audacious:multimedia/audacious USES= tar:xz NO_BUILD= yes NO_ARCH= yes DATADIR= ${PREFIX}/share/audacious do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/Skins ${INSTALL_DATA} ${WRKSRC}/Skins/*/*.wsz ${STAGEDIR}${DATADIR}/Skins .include diff --git a/x11-themes/canta-gtk-themes/Makefile b/x11-themes/canta-gtk-themes/Makefile index 106a8bbc4c91..9ea0703a7581 100644 --- a/x11-themes/canta-gtk-themes/Makefile +++ b/x11-themes/canta-gtk-themes/Makefile @@ -1,32 +1,30 @@ -# Created by: Alexander Vereeken - PORTNAME= canta-gtk-themes DISTVERSION= 2021-09-08 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com COMMENT= Flat Material Design theme for GTK 3, GTK 2 and Gnome-Shell LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash>0:shells/bash \ gsed:textproc/gsed \ sassc>0:textproc/sassc RUN_DEPENDS= gtk-engines2>0:x11-themes/gtk-engines2 \ gtk-murrine-engine>0:x11-themes/gtk-murrine-engine USES= shebangfix SHEBANG_FILES= install.sh USE_GITHUB= yes GH_ACCOUNT= vinceliuice GH_PROJECT= Canta-theme NO_ARCH= yes NO_BUILD= yes do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/themes ${WRKSRC}/install.sh -d ${STAGEDIR}${PREFIX}/share/themes -t standard blue indigo .include diff --git a/x11-themes/canta-icon-theme/Makefile b/x11-themes/canta-icon-theme/Makefile index 056364792b97..17c1f474dd06 100644 --- a/x11-themes/canta-icon-theme/Makefile +++ b/x11-themes/canta-icon-theme/Makefile @@ -1,24 +1,22 @@ -# Created by: Alexander Vereeken - PORTNAME= canta-icon-theme DISTVERSION= 2020-05-17 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com COMMENT= Flat icons for Canta GTK theme LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= numix-icon-theme-circle>0:x11-themes/numix-icon-theme-circle USE_GITHUB= yes GH_ACCOUNT= vinceliuice GH_PROJECT= Canta-theme NO_ARCH= yes NO_BUILD= yes do-install: (cd ${WRKSRC}/icons && ${COPYTREE_SHARE} Canta ${STAGEDIR}${PREFIX}/share/icons) .include diff --git a/x11-themes/claws-mail-themes/Makefile b/x11-themes/claws-mail-themes/Makefile index dd30e55e38e6..f08860e676e5 100644 --- a/x11-themes/claws-mail-themes/Makefile +++ b/x11-themes/claws-mail-themes/Makefile @@ -1,33 +1,31 @@ -# Created by: Martin Wilke - PORTNAME= claws-mail-themes PORTVERSION= 20140629 CATEGORIES= x11-themes mail MASTER_SITES= http://www.claws-mail.org/themes/ MAINTAINER= ports@FreeBSD.org COMMENT= Claws Mail icon themes LICENSE= UNKNOWN LICENSE_NAME= @${LICENSE_TEXT} LICENSE_TEXT= Licenses for the themes in this port range from GPLv2 \ to Public Domain. In all cases, these themes are free to use. \ Please read the licenses, if any, located in the root of each theme \ for other possible rescrictions. LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept NO_ARCH= yes NO_BUILD= yes THEMESDIR?= ${PREFIX}/share/claws-mail/themes do-install: @${MKDIR} ${STAGEDIR}${THEMESDIR} cd ${WRKSRC}/ && ${FIND} . -mindepth 2 -print | \ ${GREP} -vE '(Makefile.*|INSTALL)' | \ ${CPIO} -pdu -R ${BINOWN}:${BINGRP} --quiet ${STAGEDIR}${THEMESDIR} @${CHMOD} -R a+r ${STAGEDIR}${THEMESDIR} @${FIND} ${STAGEDIR}${THEMESDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 @${FIND} ${STAGEDIR}${THEMESDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} 644 .include diff --git a/x11-themes/clearlooks-metacity/Makefile b/x11-themes/clearlooks-metacity/Makefile index cb2610f1126c..2db7ed22c173 100644 --- a/x11-themes/clearlooks-metacity/Makefile +++ b/x11-themes/clearlooks-metacity/Makefile @@ -1,29 +1,28 @@ -# Created by: Michael Johnson # $MCom: ports/x11-themes/clearlooks-metacity/Makefile,v 1.3 2007/09/10 15:44:29 mezz Exp $ PORTNAME= clearlooks-metacity PORTVERSION= 2.0 PORTREVISION= 7 CATEGORIES= x11-themes MASTER_SITES= http://www.stellingwerff.com/ #MASTER_SITES= SOURCEFORGE/clearlooks MAINTAINER= ports@FreeBSD.org COMMENT= Clearlooks Metacity theme USES= gnome CONFLICTS= gnome-themes-2.11.9[1-9]* gnome-themes-2.* WRKSRC= ${WRKDIR}/Clearlooks/metacity-1/ USE_GNOME= metacity gnomeprefix DATADIR= share/themes/Clearlooks/metacity-1 NO_BUILD= yes PLIST_FILES= %%DATADIR%%/metacity-theme-1.xml do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${DATADIR} ${INSTALL_DATA} ${WRKSRC}/metacity-theme-1.xml ${STAGEDIR}${PREFIX}/${DATADIR} .include diff --git a/x11-themes/clearlooks-phenix-theme/Makefile b/x11-themes/clearlooks-phenix-theme/Makefile index b446aadaf180..f85fd61eeaa9 100644 --- a/x11-themes/clearlooks-phenix-theme/Makefile +++ b/x11-themes/clearlooks-phenix-theme/Makefile @@ -1,31 +1,29 @@ -# Created by: Olivier Duchateau - PORTNAME= clearlooks-phenix PORTVERSION= 7.0.1 CATEGORIES= x11-themes xfce PKGNAMESUFFIX= -theme MAINTAINER= ports@FreeBSD.org COMMENT= Gtk3 port of Clearlooks theme for the Xfce Desktop LICENSE= GPLv3 RUN_DEPENDS= gtk-engines2>=2.20.2:x11-themes/gtk-engines2 USE_GITHUB= yes NO_BUILD= yes NO_ARCH= yes GH_ACCOUNT= jpfleury do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/Clearlooks-Phenix .for dir in gtk-2.0 gtk-3.0 xfwm4 cd ${WRKSRC} && \ ${COPYTREE_SHARE} ${dir} \ ${STAGEDIR}${PREFIX}/share/themes/Clearlooks-Phenix .endfor ${INSTALL_DATA} ${WRKSRC}/index.theme \ ${STAGEDIR}${PREFIX}/share/themes/Clearlooks-Phenix .include diff --git a/x11-themes/clearlooks-themes/Makefile b/x11-themes/clearlooks-themes/Makefile index 1dccb43b34f7..a909e8d14afb 100644 --- a/x11-themes/clearlooks-themes/Makefile +++ b/x11-themes/clearlooks-themes/Makefile @@ -1,21 +1,19 @@ -# Created by: Michael Johnson - PORTNAME= clearlooks PKGNAMESUFFIX+= -themes COMMENT= Clearlooks themes with the engine coming from gtk-engines2 MASTERDIR= ${.CURDIR}/../../x11-themes/clearlooks pre-patch: .for f in themes/Clearlooks/gtk-2.0/gtkrc \ themes/Clearlooks-DeepSky/gtk-2.0/gtkrc \ themes/Clearlooks-Olive/gtk-2.0/gtkrc \ themes/Clearlooks-Quicksilver/gtk-2.0/gtkrc @${REINPLACE_CMD} -e 's#.*menuitemstyle.*##' \ -e 's#.*listviewitemstyle.*##' \ -e 's#.*progressbarstyle.*##' \ ${WRKSRC}/${f} .endfor .include "${MASTERDIR}/Makefile" diff --git a/x11-themes/clearlooks/Makefile b/x11-themes/clearlooks/Makefile index c3194ebf30f4..a9fcc2022dd7 100644 --- a/x11-themes/clearlooks/Makefile +++ b/x11-themes/clearlooks/Makefile @@ -1,69 +1,68 @@ -# Created by: Michael Johnson # $MCom: ports/x11-themes/clearlooks/Makefile,v 1.8 2007/08/07 04:34:29 mezz Exp $ PORTNAME?= clearlooks PORTVERSION= 0.6.2 PORTREVISION= 13 CATEGORIES= x11-themes MASTER_SITES= SF/clearlooks/clearlooks/clearlooks%20${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT?= GTK+ 2.x engine based on Bluecurve GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= gnome libtool pkgconfig tar:bzip2 USE_GNOME= gtk20 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .if defined(PORTNAME) && !defined(PKGNAMESUFFIX) OPTIONS_DEFINE= ANIMATION METACITY OPTIONS_DEFAULT= METACITY ANIMATION_DESC= Enable experimental animated progressbars METACITY_DESC= Depend on MetaCity Theme .endif .include .if !defined(PKGNAMESUFFIX) CONFLICTS+= gtk-engines2 clearlooks-themes[0-9]* PLIST_SUB+= ENGINE="" .else CONFLICTS+= clearlooks BUILD_DEPENDS+= gtk-engines2>=2.7.5_1:x11-themes/gtk-engines2 RUN_DEPENDS+= gtk-engines2>=2.7.5_1:x11-themes/gtk-engines2 BUILD_WRKSRC= ${WRKSRC}/themes INSTALL_WRKSRC= ${WRKSRC}/themes PLIST_SUB+= ENGINE="@comment " .endif .if ${PORT_OPTIONS:MMETACITY} && !defined(PKGNAMESUFFIX) RUN_DEPENDS+= ${LOCALBASE}/share/themes/Clearlooks/metacity-1/metacity-theme-1.xml:x11-themes/clearlooks-metacity .endif .if ${PORT_OPTIONS:MANIMATION} CONFIGURE_ARGS+= --enable-animation .endif .if !defined(PKGNAMESUFFIX) pre-everything:: @if [ -n "`${PKG_INFO} -xI '^gtk-engines2*[0-9]*'`" ]; then \ ${ECHO_MSG} ; \ ${ECHO_MSG} "Gnome/gtk-engine users should use ${PORTSDIR}/x11-themes/clearlooks-themes instead" ; \ ${ECHO_MSG} ; \ ${FALSE}; \ fi .endif post-patch: .if ${PORTNAME} != "clearlooks" @${REINPLACE_CMD} -e 's|gtkrc||' \ ${WRKSRC}/themes/Clearlooks/gtk-2.0/Makefile.in .endif .include diff --git a/x11-themes/cursor-ardoise-theme/Makefile b/x11-themes/cursor-ardoise-theme/Makefile index 59393dbddab6..85d5ef80a8d5 100644 --- a/x11-themes/cursor-ardoise-theme/Makefile +++ b/x11-themes/cursor-ardoise-theme/Makefile @@ -1,34 +1,32 @@ -# Created by: lightside - PORTNAME= ardoise PORTVERSION= 3.6 CATEGORIES= x11-themes MASTER_SITES= https://gitlab.com/obnosim/ardoise/uploads/bb885f45d560e8cec397cc40923f8f61/:n75 \ https://gitlab.com/obnosim/ardoise/uploads/34dece145e608381a31336735beea084/:n87 \ https://gitlab.com/obnosim/ardoise/uploads/b5c6b8b075bcb67f9361e9bae86d5dfa/:n100 \ https://gitlab.com/obnosim/ardoise/uploads/03012efccc0339c4281393f1c808894f/:s75 \ https://gitlab.com/obnosim/ardoise/uploads/24b0faa40af1cba1935e92749361bc61/:s87 \ https://gitlab.com/obnosim/ardoise/uploads/f7fdbf27029276046e37114ce9a1a1fc/:s100 PKGNAMEPREFIX= cursor- PKGNAMESUFFIX= -theme DISTFILES= Ardoise_no_shadow_75.tar.gz:n75 Ardoise_no_shadow_87.tar.gz:n87 \ Ardoise_no_shadow_100.tar.gz:n100 Ardoise_shadow_75.tar.gz:s75 \ Ardoise_shadow_87.tar.gz:s87 Ardoise_shadow_100.tar.gz:s100 DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Ardoise X cursor theme LICENSE= GPLv3 NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes DATADIR= ${PREFIX}/share/icons PORTDATA= * do-install: (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" ${STAGEDIR}${DATADIR}) .include diff --git a/x11-themes/cursor-chameleon-anthracite/Makefile b/x11-themes/cursor-chameleon-anthracite/Makefile index 98e109f36267..0c245c1aaf55 100644 --- a/x11-themes/cursor-chameleon-anthracite/Makefile +++ b/x11-themes/cursor-chameleon-anthracite/Makefile @@ -1,20 +1,18 @@ -# Created by: Veniamin Gvozdikov - PORTNAME= chameleon PORTVERSION= 0.5 PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= LOCAL/vg PKGNAMEPREFIX= cursor- PKGNAMESUFFIX= -anthracite DISTNAME= Chameleon-Anthracite-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Chameleon Xcursors theme LICENSE= GPLv2 THEME= Anthracite .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common" .include diff --git a/x11-themes/cursor-chameleon-darkskyblue/Makefile b/x11-themes/cursor-chameleon-darkskyblue/Makefile index 301c62dc6295..8b926509fa01 100644 --- a/x11-themes/cursor-chameleon-darkskyblue/Makefile +++ b/x11-themes/cursor-chameleon-darkskyblue/Makefile @@ -1,20 +1,18 @@ -# Created by: Veniamin Gvozdikov - PORTNAME= chameleon PORTVERSION= 0.5 PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= LOCAL/vg PKGNAMEPREFIX= cursor- PKGNAMESUFFIX= -darkskyblue DISTNAME= Chameleon-DarkSkyBlue-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Chameleon Xcursors theme LICENSE= GPLv2 THEME= DarkSkyBlue .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common" .include diff --git a/x11-themes/cursor-chameleon-pearl/Makefile b/x11-themes/cursor-chameleon-pearl/Makefile index 478b10ea088a..231b6d23c52e 100644 --- a/x11-themes/cursor-chameleon-pearl/Makefile +++ b/x11-themes/cursor-chameleon-pearl/Makefile @@ -1,20 +1,18 @@ -# Created by: Veniamin Gvozdikov - PORTNAME= chameleon PORTVERSION= 0.5 PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= LOCAL/vg PKGNAMEPREFIX= cursor- PKGNAMESUFFIX= -pearl DISTNAME= Chameleon-Pearl-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Chameleon Xcursors theme LICENSE= GPLv2 THEME= Pearl .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common" .include diff --git a/x11-themes/cursor-chameleon-skyblue/Makefile b/x11-themes/cursor-chameleon-skyblue/Makefile index 535a239454e2..97df2906dcc1 100644 --- a/x11-themes/cursor-chameleon-skyblue/Makefile +++ b/x11-themes/cursor-chameleon-skyblue/Makefile @@ -1,20 +1,18 @@ -# Created by: Veniamin Gvozdikov - PORTNAME= chameleon PORTVERSION= 0.5 PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= LOCAL/vg PKGNAMEPREFIX= cursor- PKGNAMESUFFIX= -skyblue DISTNAME= Chameleon-SkyBlue-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Chameleon Xcursors theme LICENSE= GPLv2 THEME= SkyBlue .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common" .include diff --git a/x11-themes/cursor-chameleon-white/Makefile b/x11-themes/cursor-chameleon-white/Makefile index 6516fbed2715..3d2d15712f9d 100644 --- a/x11-themes/cursor-chameleon-white/Makefile +++ b/x11-themes/cursor-chameleon-white/Makefile @@ -1,20 +1,18 @@ -# Created by: Veniamin Gvozdikov - PORTNAME= chameleon PORTVERSION= 0.5 PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= LOCAL/vg PKGNAMEPREFIX= cursor- PKGNAMESUFFIX= -white DISTNAME= Chameleon-White-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Chameleon Xcursors theme LICENSE= GPLv2 THEME= White .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common" .include diff --git a/x11-themes/cursor-crystal-theme/Makefile b/x11-themes/cursor-crystal-theme/Makefile index 2ab2f840d9f0..c90cd9472bdc 100644 --- a/x11-themes/cursor-crystal-theme/Makefile +++ b/x11-themes/cursor-crystal-theme/Makefile @@ -1,42 +1,40 @@ -# Created by: David Naylor - PORTNAME= cursor-crystal-theme DISTVERSION= 1.1.1 PORTREVISION= 6 CATEGORIES= x11-themes MASTER_SITES= http://www.notmart.org/files/ \ http://pinguin.stttelkom.ac.id/gentoo/distfiles/ DISTNAME= Crystalcursors MAINTAINER= ports@FreeBSD.org COMMENT= KDE Crystal style X cursor theme LICENSE= LGPL21 BUILD_DEPENDS= xcursorgen:x11/xcursorgen USES= gmake magick:6,build tar:bzip2 post-patch: @${REINPLACE_CMD} -e 's|function ||' \ ${WRKSRC}/colorize.sh \ ${WRKSRC}/left-handed_templates/flopalltheme.sh \ ${WRKSRC}/left-handed_templates/floptheme.sh @${REINPLACE_CMD} -e 's|make|$${MAKE}|g' \ ${WRKSRC}/blue_src/Makefile \ ${WRKSRC}/gray_src/Makefile \ ${WRKSRC}/green_src/Makefile \ ${WRKSRC}/left-handed_templates/Makefile \ ${WRKSRC}/white_src/Makefile pre-build: @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} clean ${MAKE_ARGS}) pre-install: @${REINPLACE_CMD} \ -e 's|$$(HOME)/.icons/|${STAGEDIR}${PREFIX}/share/icons|' \ -e 's|$$(MAKE) .*install|$$(MAKE) PREFIX=${STAGEDIR}${PREFIX}/share/icons install|g' \ -e 's|theme.default .*/default/index.theme|theme.default ${STAGEDIR}${PREFIX}/share/icons/default/index.theme|' \ ${WRKSRC}/Makefile .include diff --git a/x11-themes/cursor-jimmac-theme/Makefile b/x11-themes/cursor-jimmac-theme/Makefile index 816e0947b94c..dd9fffc3d992 100644 --- a/x11-themes/cursor-jimmac-theme/Makefile +++ b/x11-themes/cursor-jimmac-theme/Makefile @@ -1,23 +1,21 @@ -# Created by: Piotr Smyrak - PORTNAME= cursor-jimmac-theme PORTVERSION= 0.1 PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= http://smyrak.com/freebsd/dists/ DISTNAME= Jimmac MAINTAINER= ps.ports@smyrak.com COMMENT= Beautiful Jimmac X cursor themes LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING NO_BUILD= yes do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/Jimmac/cursors cd ${WRKSRC}/jimmac/cursors \ && ${INSTALL_DATA} * ${STAGEDIR}${PREFIX}/share/icons/Jimmac/cursors .include diff --git a/x11-themes/cursor-neutral-white-theme/Makefile b/x11-themes/cursor-neutral-white-theme/Makefile index 88370ece713e..2a846abae0c7 100644 --- a/x11-themes/cursor-neutral-white-theme/Makefile +++ b/x11-themes/cursor-neutral-white-theme/Makefile @@ -1,22 +1,20 @@ -# Created by: Grzegorz Blach - PORTNAME= cursor-neutral-white-theme DISTVERSION= 1.1.1 CATEGORIES= x11-themes MASTER_SITES= LOCAL/gblach/ DISTNAME= 108143-Neutral++_White-${DISTVERSION} MAINTAINER= enlightenment@FreeBSD.org COMMENT= White cursor theme based on neutral USES= tar:xz NO_BUILD= yes WRKSRC= ${WRKDIR}/Neutral++_White do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/Neutral++_White/cursors cd ${WRKSRC}/cursors && ${INSTALL_DATA} * \ ${STAGEDIR}${PREFIX}/share/icons/Neutral++_White/cursors .include diff --git a/x11-themes/e16-themes/Makefile b/x11-themes/e16-themes/Makefile index 9dc3f7f5065a..8e4f86006483 100644 --- a/x11-themes/e16-themes/Makefile +++ b/x11-themes/e16-themes/Makefile @@ -1,15 +1,13 @@ -# Created by: gahr - PORTNAME= e16-themes PORTVERSION= 1.0.2 CATEGORIES= x11-themes enlightenment MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION} MAINTAINER= enlightenment@FreeBSD.org COMMENT= Set of themes for the e16 window manager DATADIR= ${PREFIX}/share/e16 GNU_CONFIGURE= yes NO_ARCH= yes .include diff --git a/x11-themes/flat-remix-gtk-themes/Makefile b/x11-themes/flat-remix-gtk-themes/Makefile index 51b89df7b110..076c3f22aff5 100644 --- a/x11-themes/flat-remix-gtk-themes/Makefile +++ b/x11-themes/flat-remix-gtk-themes/Makefile @@ -1,19 +1,17 @@ -# Created by: Alexander Vereeken - PORTNAME= flat-remix-gtk PORTVERSION= 20220427 CATEGORIES= x11-themes PKGNAMESUFFIX= -themes MAINTAINER= Alexander88207@protonmail.com COMMENT= Flat Remix is a GTK application theme inspired by material design LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake USE_GITHUB= yes GH_ACCOUNT= daniruiz NO_ARCH= yes .include diff --git a/x11-themes/flat-remix-icon-themes/Makefile b/x11-themes/flat-remix-icon-themes/Makefile index 77dc95c16c8b..7441b72341ec 100644 --- a/x11-themes/flat-remix-icon-themes/Makefile +++ b/x11-themes/flat-remix-icon-themes/Makefile @@ -1,19 +1,17 @@ -# Created by: Alexander Vereeken - PORTNAME= flat-remix PORTVERSION= 20220304 CATEGORIES= x11-themes PKGNAMESUFFIX= -icon-themes MAINTAINER= Alexander88207@protonmail.com COMMENT= Icon theme inspired by material design LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake USE_GITHUB= yes GH_ACCOUNT= daniruiz NO_ARCH= yes .include diff --git a/x11-themes/flatery-icon-themes/Makefile b/x11-themes/flatery-icon-themes/Makefile index 5d96e94564c2..7bcac65321a1 100644 --- a/x11-themes/flatery-icon-themes/Makefile +++ b/x11-themes/flatery-icon-themes/Makefile @@ -1,24 +1,22 @@ -# Created by: Alexander Vereeken - PORTNAME= flatery-icon-themes DISTVERSION= 2022-01-17 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com COMMENT= Flatery is an icon theme for linux in flat style LICENSE= CC-BY-NC-SA-3.0 USE_GITHUB= yes GH_ACCOUNT= cbrnix GH_PROJECT= Flatery GH_TAGNAME= 59ebcf4cb7a68 NO_ARCH= yes NO_BUILD= yes do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons ${CP} -R ${WRKSRC}/Flatery* ${STAGEDIR}${PREFIX}/share/icons .include diff --git a/x11-themes/fluxbox-tenr-styles-pack/Makefile b/x11-themes/fluxbox-tenr-styles-pack/Makefile index a72057eecda1..04c3aad15b9e 100644 --- a/x11-themes/fluxbox-tenr-styles-pack/Makefile +++ b/x11-themes/fluxbox-tenr-styles-pack/Makefile @@ -1,32 +1,30 @@ -# Created by: Martin Wilke - PORTNAME= fluxbox-tenr-styles-pack PORTVERSION= 20190912 CATEGORIES= x11-themes MASTER_SITES= http://tenr.de/styles/archives/ DISTNAME= tenr.de-styles-pkg_${PORTVERSION} MAINTAINER= jgh@FreeBSD.org COMMENT= Tenner themes pack for fluxbox RUN_DEPENDS= fluxbox:x11-wm/fluxbox USES= tar:bzip2 xorg INSTALL_DIR= ${PREFIX}/share/fluxbox/styles/ USE_XORG= x11 NO_BUILD= yes WRKSRC= ${WRKDIR}/tenr.de-styles-pkg post-extract: .for theme in arch bloe bora_black bora_blue bora_green carp green_tea ostrich zimek_bisque zimek_darkblue zimek_green @${RM} -rf ${WRKSRC}/${theme} .endfor do-install: ${MKDIR} ${STAGEDIR}${INSTALL_DIR} cd ${WRKSRC}; ${COPYTREE_SHARE} \* ${STAGEDIR}${INSTALL_DIR} .include diff --git a/x11-themes/fvwm-themes/Makefile b/x11-themes/fvwm-themes/Makefile index 481cf174447a..54737ac02d62 100644 --- a/x11-themes/fvwm-themes/Makefile +++ b/x11-themes/fvwm-themes/Makefile @@ -1,32 +1,30 @@ -# Created by: Oyvind Albrigtsen - PORTNAME= fvwm-themes PORTVERSION= 0.7.0 PORTREVISION= 6 CATEGORIES= x11-themes MASTER_SITES= SF DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}-extra-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Themes for the Fvwm2 window manager LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gm4:devel/m4 \ fvwm2:x11-wm/fvwm2 RUN_DEPENDS= fvwm2:x11-wm/fvwm2 USES= gmake perl5 shebangfix tar:bzip2 xorg USE_XORG= xpm SHEBANG_FILES= themes/cde/modules/create-buttonbar-config \ themes/redmondxp/modules/FvwmThemesPanelManager GNU_CONFIGURE= yes NO_ARCH= yes post-install: @cd ${WRKDIR}/${PORTNAME}-extra-${PORTVERSION} && ${FIND} . | \ ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${PREFIX}/share/fvwm/themes .include diff --git a/x11-themes/gnome-backgrounds/Makefile b/x11-themes/gnome-backgrounds/Makefile index f0dbaee0e289..a85409cc60f8 100644 --- a/x11-themes/gnome-backgrounds/Makefile +++ b/x11-themes/gnome-backgrounds/Makefile @@ -1,20 +1,18 @@ -# Created by: Joe Marcus Clarke - PORTNAME= gnome-backgrounds PORTVERSION= 42.0 CATEGORIES= x11-themes graphics gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of backgrounds for GNOME LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING PORTSCOUT= limitw:1,even NO_ARCH= yes USES= gettext meson tar:xz .include diff --git a/x11-themes/gnome-icons-aqua-fusion/Makefile b/x11-themes/gnome-icons-aqua-fusion/Makefile index d7cb7663f017..730e687e8f02 100644 --- a/x11-themes/gnome-icons-aqua-fusion/Makefile +++ b/x11-themes/gnome-icons-aqua-fusion/Makefile @@ -1,27 +1,25 @@ -# Created by: Tom McLaughlin - # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check # x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= aqua-fusion PORTVERSION= 20030216 PORTREVISION= 4 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon DISTNAME= ICON-AquaFusion MAINTAINER= ports@FreeBSD.org COMMENT= AquaFusion Icons for Gnome # Converted from RESTRICTED LICENSE= icons LICENSE_NAME= icons LICENSE_TEXT= ${REASON} LICENSE_PERMS= auto-accept USES= tar:bzip2 NO_WRKSUBDIR= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include diff --git a/x11-themes/gnome-icons-crystal/Makefile b/x11-themes/gnome-icons-crystal/Makefile index 7270f16cda3a..5cbc7dd56f19 100644 --- a/x11-themes/gnome-icons-crystal/Makefile +++ b/x11-themes/gnome-icons-crystal/Makefile @@ -1,31 +1,29 @@ -# Created by: Tom McLaughlin - # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check # x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= crystal PORTVERSION= 1.2.0 PORTREVISION= 5 CATEGORIES= x11-themes gnome MASTER_SITES= SF/${PORTNAME}forgnome/Crystal%20SVG%20Icons/v${PORTVERSION} DISTNAME= CrystalSVG-${PORTVERSION} EXTRACT_SUFX= .bz2 MAINTAINER= ports@FreeBSD.org COMMENT= Crystal SVG Icons for Gnome # Converted from RESTRICTED LICENSE= icons LICENSE_NAME= icons LICENSE_TEXT= ${REASON} LICENSE_PERMS= auto-accept USES= tar:bzip2 NO_WRKSUBDIR= yes post-patch: @${REINPLACE_CMD} 's|\(^Directories=.*\),,|\1,|' ${WRKSRC}/CfG-Crystal-SVG-${PORTVERSION}/index.theme .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include diff --git a/x11-themes/gnome-icons-elementary/Makefile b/x11-themes/gnome-icons-elementary/Makefile index ed9a8839900d..e2b3d74c5708 100644 --- a/x11-themes/gnome-icons-elementary/Makefile +++ b/x11-themes/gnome-icons-elementary/Makefile @@ -1,28 +1,26 @@ -# Created by: Nicole Reid - PORTNAME= elementary DISTVERSION= 7.0.0 CATEGORIES= x11-themes gnome PKGNAMEPREFIX= gnome-icons- MAINTAINER= duchateau.olivier@gmail.com COMMENT= Elementary icon set LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= xcursorgen:x11/xcursorgen USES= gettext gnome meson python:3.6+,build USE_GITHUB= yes GH_PROJECT= icons USE_GNOME= librsvg2 MESON_ARGS= -Dpalettes=false \ -Dvolume_icons=false NO_ARCH= yes .include diff --git a/x11-themes/gnome-icons-faenza/Makefile b/x11-themes/gnome-icons-faenza/Makefile index 4193915132d1..b043fd7d8827 100644 --- a/x11-themes/gnome-icons-faenza/Makefile +++ b/x11-themes/gnome-icons-faenza/Makefile @@ -1,45 +1,43 @@ -# Created by: Pawel Pekala - PORTNAME= faenza PORTVERSION= 1.3.1 CATEGORIES= x11-themes gnome MASTER_SITES= https://launchpad.net/~tiheum/+archive/ubuntu/equinox/+files/ PKGNAMEPREFIX= gnome-icons- DISTNAME= ${PORTNAME}-icon-theme_${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Faenza GNOME 2 icon themes LICENSE= GPLv3 USES= gnome WRKSRC= ${WRKDIR}/${PORTNAME}-icon-theme-${PORTVERSION:R} NO_BUILD= yes NO_ARCH= yes THEMES= Faenza Faenza-Dark Faenza-Darkest Faenza-Darker \ Faenza-Ambiance Faenza-Radiance FAENZA_LIGHT= Faenza FAENZA_DARK= Faenza-Dark INSTALLDIR= ${STAGEDIR}${PREFIX}/share/icons do-install: @${MKDIR} ${INSTALLDIR} .for theme in ${THEMES} (cd ${WRKSRC} && ${COPYTREE_SHARE} ${theme} ${INSTALLDIR}) .if ${FAENZA_LIGHT} == ${theme} || ${FAENZA_DARK} == ${theme} @cd ${INSTALLDIR}/${theme}/places/scalable && \ ${LN} -sf start-here-gnome.svg start-here.svg && \ ${LN} -sf start-here-gnome-symbolic.svg start-here-symbolic.svg .for size in 22 24 32 48 64 96 @cd ${INSTALLDIR}/${theme}/places/${size} && \ ${LN} -sf start-here-gnome.png start-here.png .endfor .endif @cd ${STAGEDIR}${PREFIX} && \ ${FIND} share/icons/${theme} ! -type d >> ${TMPPLIST} .endfor .include diff --git a/x11-themes/gnome-icons-gartoon-redux/Makefile b/x11-themes/gnome-icons-gartoon-redux/Makefile index 8334afa7ea17..a56557979153 100644 --- a/x11-themes/gnome-icons-gartoon-redux/Makefile +++ b/x11-themes/gnome-icons-gartoon-redux/Makefile @@ -1,33 +1,31 @@ -# Created by: Jonathan Chen - PORTNAME= gartoon-redux PORTVERSION= 1.11 PORTREVISION= 2 CATEGORIES= x11-themes gnome MASTER_SITES= https://launchpad.net/${PORTNAME}/1.x/${PORTVERSION}/+download/ MAINTAINER= jonc@chen.org.nz COMMENT= Gartoon Redux Gnome Icon Theme LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= gnome perl5 USE_PERL5= build USE_GNOME= librsvg2:build HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} MAKE_JOBS_UNSAFE= yes ICONDIR= ${STAGEDIR}${PREFIX}/share/icons/GartoonRedux do-install: ${MKDIR} ${ICONDIR}/scalable ${CP} -R ${WRKSRC}/build/ ${ICONDIR} ${CP} -R ${WRKSRC}/src/ ${ICONDIR}/scalable ${FIND} ${ICONDIR} -name '0*' -delete cd ${WRKSRC} && ./install-links.pl --alias-file=src/0ALIAS --icondir=${ICONDIR} 16 22 24 32 .include diff --git a/x11-themes/gnome-icons-gentoo-test/Makefile b/x11-themes/gnome-icons-gentoo-test/Makefile index a2ff6fa896af..8969ae4dad3e 100644 --- a/x11-themes/gnome-icons-gentoo-test/Makefile +++ b/x11-themes/gnome-icons-gentoo-test/Makefile @@ -1,27 +1,25 @@ -# Created by: Tom McLaughlin - # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check # x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= gentoo-test PORTVERSION= 0.1 PORTREVISION= 4 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon DISTNAME= ICON-Gentoo-Test MAINTAINER= ports@FreeBSD.org COMMENT= Gentoo-Test Icons for Gnome # Converted from RESTRICTED LICENSE= icons LICENSE_NAME= icons LICENSE_TEXT= ${REASON} LICENSE_PERMS= auto-accept USES= tar:bzip2 NO_WRKSUBDIR= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include diff --git a/x11-themes/gnome-icons-iris/Makefile b/x11-themes/gnome-icons-iris/Makefile index 1898b0c2241a..76dd9e63bc76 100644 --- a/x11-themes/gnome-icons-iris/Makefile +++ b/x11-themes/gnome-icons-iris/Makefile @@ -1,27 +1,25 @@ -# Created by: Tom McLaughlin - # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check # x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= iris PORTVERSION= 20050420 PORTREVISION= 2 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME/teams/art.gnome.org/themes/icon DISTNAME= ICON-Iris MAINTAINER= ports@FreeBSD.org COMMENT= Iris SVG Icons for Gnome # Converted from RESTRICTED LICENSE= icons LICENSE_NAME= icons LICENSE_TEXT= ${REASON} LICENSE_PERMS= auto-accept USES= tar:bzip2 NO_WRKSUBDIR= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include diff --git a/x11-themes/gnome-icons-lila/Makefile b/x11-themes/gnome-icons-lila/Makefile index 439d4726ff6f..a03afe55ef44 100644 --- a/x11-themes/gnome-icons-lila/Makefile +++ b/x11-themes/gnome-icons-lila/Makefile @@ -1,30 +1,28 @@ -# Created by: Filippo Natali - # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check # x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= lila PORTVERSION= 0.6.4 PORTREVISION= 1 CATEGORIES= x11-themes gnome MASTER_SITES= SF/lila-theme/lila-gnome/${PORTVERSION} DISTNAME= ${PORTNAME}-gnome_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Lila Icons for Gnome # Converted from RESTRICTED LICENSE= GPLv2+ icons LICENSE_COMB= multi LICENSE_NAME_icons= icons LICENSE_FILE_GPLv2+ = ${WRKSRC}/Lila/LICENSE LICENSE_TEXT_icons= ${REASON} LICENSE_PERMS_icons= auto-accept NO_WRKSUBDIR= yes USES= tar:bzip2 .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include diff --git a/x11-themes/gnome-icons-noia-full/Makefile b/x11-themes/gnome-icons-noia-full/Makefile index 4b534cf3b1ae..41feb1d7447c 100644 --- a/x11-themes/gnome-icons-noia-full/Makefile +++ b/x11-themes/gnome-icons-noia-full/Makefile @@ -1,27 +1,25 @@ -# Created by: Tom McLaughlin - # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check # x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= noia-full PORTVERSION= 20041102 PORTREVISION= 3 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon DISTNAME= ICON-Noia MAINTAINER= ports@FreeBSD.org COMMENT= Noia Icons for Gnome # Converted from RESTRICTED LICENSE= icons LICENSE_NAME= icons LICENSE_TEXT= ${REASON} LICENSE_PERMS= auto-accept USES= tar:bzip2 NO_WRKSUBDIR= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include diff --git a/x11-themes/gnome-icons-noia-warm/Makefile b/x11-themes/gnome-icons-noia-warm/Makefile index b6f46fa1c62b..aebe01d16b6c 100644 --- a/x11-themes/gnome-icons-noia-warm/Makefile +++ b/x11-themes/gnome-icons-noia-warm/Makefile @@ -1,27 +1,25 @@ -# Created by: Tom McLaughlin - # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check # x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= noia-warm PORTVERSION= 20041102 PORTREVISION= 3 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon DISTNAME= ICON-NoiaWarm MAINTAINER= ports@FreeBSD.org COMMENT= NoiaWarm Icons for Gnome # Converted from RESTRICTED LICENSE= icons LICENSE_NAME= icons LICENSE_TEXT= ${REASON} LICENSE_PERMS= auto-accept USES= tar:bzip2 NO_WRKSUBDIR= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include diff --git a/x11-themes/gnome-icons-refined/Makefile b/x11-themes/gnome-icons-refined/Makefile index f660e187236a..7a14c026cc91 100644 --- a/x11-themes/gnome-icons-refined/Makefile +++ b/x11-themes/gnome-icons-refined/Makefile @@ -1,26 +1,24 @@ -# Created by: Tom McLaughlin - # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check # x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= refined PORTVERSION= 20030203 PORTREVISION= 4 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon DISTNAME= ICON-Gnome-RH8 MAINTAINER= ports@FreeBSD.org COMMENT= Refined Icons for Gnome # Converted from RESTRICTED LICENSE= icons LICENSE_NAME= icons LICENSE_TEXT= ${REASON} LICENSE_PERMS= auto-accept NO_WRKSUBDIR= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include diff --git a/x11-themes/gnome-icons-slick/Makefile b/x11-themes/gnome-icons-slick/Makefile index b2b03b61c1f4..b8c6d6f53687 100644 --- a/x11-themes/gnome-icons-slick/Makefile +++ b/x11-themes/gnome-icons-slick/Makefile @@ -1,27 +1,25 @@ -# Created by: Tom McLaughlin - # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check # x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= slick PORTVERSION= 20030209 PORTREVISION= 4 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon DISTNAME= ICON-Slick MAINTAINER= ports@FreeBSD.org COMMENT= Slick Icons for Gnome # Converted from RESTRICTED LICENSE= icons LICENSE_NAME= icons LICENSE_TEXT= ${REASON} LICENSE_PERMS= auto-accept USES= tar:bzip2 NO_WRKSUBDIR= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include diff --git a/x11-themes/gnome-icons-snow-apple/Makefile b/x11-themes/gnome-icons-snow-apple/Makefile index a5f586df3256..ae21eecd1a7b 100644 --- a/x11-themes/gnome-icons-snow-apple/Makefile +++ b/x11-themes/gnome-icons-snow-apple/Makefile @@ -1,26 +1,24 @@ -# Created by: Tom McLaughlin - # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check # x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= snow-apple PORTVERSION= 20030202 PORTREVISION= 4 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon DISTNAME= ICON-Snow-Apple MAINTAINER= ports@FreeBSD.org COMMENT= Snow-Apple Icons for Gnome # Converted from RESTRICTED LICENSE= icons LICENSE_NAME= icons LICENSE_TEXT= ${REASON} LICENSE_PERMS= auto-accept NO_WRKSUBDIR= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include diff --git a/x11-themes/gnome-icons-stylish/Makefile b/x11-themes/gnome-icons-stylish/Makefile index f9c159f2e05f..76490a195d15 100644 --- a/x11-themes/gnome-icons-stylish/Makefile +++ b/x11-themes/gnome-icons-stylish/Makefile @@ -1,26 +1,24 @@ -# Created by: Tom McLaughlin - # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check # x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= stylish PORTVERSION= 20030129 PORTREVISION= 3 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon DISTNAME= ICON-Stylish MAINTAINER= ports@FreeBSD.org COMMENT= Stylish Icons for Gnome # Converted from RESTRICTED LICENSE= icons LICENSE_NAME= icons LICENSE_TEXT= ${REASON} LICENSE_PERMS= auto-accept NO_WRKSUBDIR= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include diff --git a/x11-themes/gnome-icons-ximian-south/Makefile b/x11-themes/gnome-icons-ximian-south/Makefile index 839acd9b3e72..f6c01ef088a4 100644 --- a/x11-themes/gnome-icons-ximian-south/Makefile +++ b/x11-themes/gnome-icons-ximian-south/Makefile @@ -1,26 +1,24 @@ -# Created by: Tom McLaughlin - # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check # x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= ximian-south PORTVERSION= 1.3.6 PORTREVISION= 4 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon DISTNAME= ICON-Ximian-South-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Ximian-South Icons for Gnome # Converted from RESTRICTED LICENSE= icons LICENSE_NAME= icons LICENSE_TEXT= ${REASON} LICENSE_PERMS= auto-accept NO_WRKSUBDIR= yes .include "${.CURDIR}/../gnome-icons/bsd.gnome-icons.mk" .include diff --git a/x11-themes/gnome-icons/Makefile b/x11-themes/gnome-icons/Makefile index ee1c15cb4b27..285a5abcce39 100644 --- a/x11-themes/gnome-icons/Makefile +++ b/x11-themes/gnome-icons/Makefile @@ -1,32 +1,30 @@ -# Created by: Tom McLaughlin - # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check # x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= gnome-icons PORTVERSION= 20060914 PORTREVISION= 5 CATEGORIES= x11-themes gnome MAINTAINER= ports@FreeBSD.org COMMENT= Meta-port for Gnome iconsets RUN_DEPENDS= ${LOCALBASE}/share/icons/AquaFusion/index.theme:x11-themes/gnome-icons-aqua-fusion \ ${LOCALBASE}/share/icons/CfG-Crystal-SVG-1.2.0/index.theme:x11-themes/gnome-icons-crystal \ ${LOCALBASE}/share/icons/Gentoo-test/index.theme:x11-themes/gnome-icons-gentoo-test \ ${LOCALBASE}/share/icons/Iris/index.theme:x11-themes/gnome-icons-iris \ ${LOCALBASE}/share/icons/Lila/index.theme:x11-themes/gnome-icons-lila \ ${LOCALBASE}/share/icons/Noia/index.theme:x11-themes/gnome-icons-noia-full \ ${LOCALBASE}/share/icons/NoiaWarm/index.theme:x11-themes/gnome-icons-noia-warm \ ${LOCALBASE}/share/icons/gnome-rh8/index.theme:x11-themes/gnome-icons-refined \ ${LOCALBASE}/share/icons/Slick/index.theme:x11-themes/gnome-icons-slick \ ${LOCALBASE}/share/icons/Snow-Apple/index.theme:x11-themes/gnome-icons-snow-apple \ ${LOCALBASE}/share/icons/stylish/index.theme:x11-themes/gnome-icons-stylish \ ${LOCALBASE}/share/icons/ximian-south/index.theme:x11-themes/gnome-icons-ximian-south \ ${LOCALBASE}/share/icons/Lila/index.theme:x11-themes/gnome-icons-lila \ ${LOCALBASE}/share/icons/GartoonRedux/index.theme:x11-themes/gnome-icons-gartoon-redux USES= metaport .include diff --git a/x11-themes/gnome-themes-extra/Makefile b/x11-themes/gnome-themes-extra/Makefile index 0d74c630bf36..0d17c9d38395 100644 --- a/x11-themes/gnome-themes-extra/Makefile +++ b/x11-themes/gnome-themes-extra/Makefile @@ -1,27 +1,25 @@ -# Created by: Joe Marcus Clarke - PORTNAME= gnome-themes-extra PORTVERSION= 3.28 PORTREVISION= 3 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Standard themes for GNOME LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE CONFLICTS= gnome-themes-2.[0-9]* PORTSCOUT= limitw:1,even LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig USES= gettext-tools gmake gnome libtool pathfix pkgconfig tar:xz USE_GNOME= cairo gtk20 intltool gtk30 librsvg2 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip .include diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile index 891e42fc9c1b..012d04c0980d 100644 --- a/x11-themes/gnome-themes/Makefile +++ b/x11-themes/gnome-themes/Makefile @@ -1,26 +1,25 @@ -# Created by: Joe Marcus Clarke # $MCom: ports/x11-themes/gnome-themes/Makefile,v 1.183 2010/11/15 22:11:44 kwm Exp $ PORTNAME= gnome-themes PORTVERSION= 2.32.1 PORTREVISION= 1 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of themes and icons for GNOME2 BUILD_DEPENDS= gtk-engines2>=2.15.0:x11-themes/gtk-engines2 \ icon-naming-utils>=0.8.7:x11-themes/icon-naming-utils RUN_DEPENDS= gtk-engines2>=2.15.0:x11-themes/gtk-engines2 CONFLICTS= clearlooks-metacity-0.* USES= gettext gmake gnome pkgconfig tar:bzip2 USE_GNOME= gnomeprefix intlhack metacity gtk20 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes .include diff --git a/x11-themes/greybird-theme/Makefile b/x11-themes/greybird-theme/Makefile index dd0f74a21656..86d895ab0a2d 100644 --- a/x11-themes/greybird-theme/Makefile +++ b/x11-themes/greybird-theme/Makefile @@ -1,38 +1,36 @@ -# Created by: Olivier Duchateau - PORTNAME= greybird PORTVERSION= 3.23.1 DISTVERSIONPREFIX= v CATEGORIES= x11-themes xfce PKGNAMESUFFIX= -theme MAINTAINER= xfce@FreeBSD.org COMMENT= Gtk and xfwm4 themes for the Xfce Desktop LICENSE= GPLv2 CC-BY-SA-3.0 LICENSE_COMB= dual BUILD_DEPENDS= sassc:textproc/sassc RUN_DEPENDS= gtk-murrine-engine>=0.98.1:x11-themes/gtk-murrine-engine USES= gnome meson pkgconfig python:3.5+,build USE_GNOME= gdkpixbuf2:build glib20:build librsvg2:build GH_ACCOUNT= shimmerproject GH_PROJECT= Greybird USE_GITHUB= yes NO_BUILD= yes NO_ARCH= yes OPTIONS_DEFINE= NOTIFYD OPTIONS_DEFAULT= NOTIFYD OPTIONS_SUB= yes NOTIFYD_DESC= Install xfce4-notifyd theme post-patch-NOTIFYD-off: ${REINPLACE_CMD} -e 's|install_data(xfce_notify_|#install_data(xfce_notify_|g' \ ${WRKSRC}/light/meson.build .include diff --git a/x11-themes/gtk-aluminumalloy-cryogenic-theme/Makefile b/x11-themes/gtk-aluminumalloy-cryogenic-theme/Makefile index eff929f22a4b..4567e352df5d 100644 --- a/x11-themes/gtk-aluminumalloy-cryogenic-theme/Makefile +++ b/x11-themes/gtk-aluminumalloy-cryogenic-theme/Makefile @@ -1,12 +1,10 @@ -# Created by: Alexey Dokuchaev - PORTREVISION= 5 THEME_FLAVOR= cryogenic MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-volcanic-theme DISTINFO_FILE= ${.CURDIR}/../gtk-aluminumalloy-cryogenic-theme/distinfo PLIST= ${.CURDIR}/../gtk-aluminumalloy-cryogenic-theme/pkg-plist .include "${MASTERDIR}/Makefile" diff --git a/x11-themes/gtk-aluminumalloy-smog-theme/Makefile b/x11-themes/gtk-aluminumalloy-smog-theme/Makefile index 707020de023c..ec1fc2ad14c2 100644 --- a/x11-themes/gtk-aluminumalloy-smog-theme/Makefile +++ b/x11-themes/gtk-aluminumalloy-smog-theme/Makefile @@ -1,12 +1,10 @@ -# Created by: Alexey Dokuchaev - PORTREVISION= 5 THEME_FLAVOR= smog MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-volcanic-theme DISTINFO_FILE= ${.CURDIR}/../gtk-aluminumalloy-smog-theme/distinfo PLIST= ${.CURDIR}/../gtk-aluminumalloy-smog-theme/pkg-plist .include "${MASTERDIR}/Makefile" diff --git a/x11-themes/gtk-aluminumalloy-toxic-theme/Makefile b/x11-themes/gtk-aluminumalloy-toxic-theme/Makefile index b4177fc591ae..419edd4d10db 100644 --- a/x11-themes/gtk-aluminumalloy-toxic-theme/Makefile +++ b/x11-themes/gtk-aluminumalloy-toxic-theme/Makefile @@ -1,12 +1,10 @@ -# Created by: Alexey Dokuchaev - PORTREVISION= 5 THEME_FLAVOR= toxic MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-volcanic-theme DISTINFO_FILE= ${.CURDIR}/../gtk-aluminumalloy-toxic-theme/distinfo PLIST= ${.CURDIR}/../gtk-aluminumalloy-toxic-theme/pkg-plist .include "${MASTERDIR}/Makefile" diff --git a/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile b/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile index 11f31d64ab78..be6ba1d7bbe8 100644 --- a/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile +++ b/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile @@ -1,45 +1,43 @@ -# Created by: Alexey Dokuchaev - PORTNAME= aluminumalloy PORTVERSION?= 2004.01.04 PORTREVISION?= 8 CATEGORIES= x11-themes gnome MASTER_SITES= http://freebsd.nsu.ru/distfiles/ LOCAL/danfe PKGNAMEPREFIX?= ${TYPE}- PKGNAMESUFFIX?= -${THEME_FLAVOR}-theme DISTNAME= aa_${THEME_FLAVOR} MAINTAINER= danfe@FreeBSD.org COMMENT= Port of Mac OS X theme Aluminum Alloy (${THEME_FLAVOR} flavor) TYPE?= gtk THEME_FLAVOR?= volcanic THEME_NAME= AluminumAlloy-${THEME_FLAVOR:tu:C/^(.).*$/\1/g}${THEME_FLAVOR:C/^(.)//} WRKSRC= ${WRKDIR}/${THEME_NAME} USES= tar:bzip2 NO_BUILD= yes .if ${TYPE} == gtk THEME_DIR= ${PREFIX}/share/themes/${THEME_NAME} PLIST_SUB+= GTK20="" METACITY="@comment " USES+= gnome USE_GNOME= gtk20 .else # metacity THEME_DIR= ${PREFIX}/share/themes/${THEME_NAME} PLIST_SUB+= GTK20="@comment " METACITY="" .endif do-install: @${MKDIR} ${STAGEDIR}${THEME_DIR} .if ${TYPE} == "gtk" cd ${WRKSRC} && ${FIND} gtk-2.0 -name '*[^~]' | \ ${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${THEME_DIR} ${INSTALL_DATA} ${WRKSRC}/index.theme ${STAGEDIR}${THEME_DIR} .else cd ${WRKSRC} && ${FIND} metacity-1 -name '*[^~]' | \ ${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${THEME_DIR} .endif .include diff --git a/x11-themes/gtk-aquaextremesunken-theme/Makefile b/x11-themes/gtk-aquaextremesunken-theme/Makefile index e817eec2ec04..08058a3b5ee9 100644 --- a/x11-themes/gtk-aquaextremesunken-theme/Makefile +++ b/x11-themes/gtk-aquaextremesunken-theme/Makefile @@ -1,41 +1,39 @@ -# Created by: Alexey Dokuchaev - PORTNAME= aquaextremesunken PORTVERSION= 1.0 PORTREVISION= 8 CATEGORIES= x11-themes gnome MASTER_SITES= http://freebsd.nsu.ru/distfiles/ LOCAL/danfe PKGNAMEPREFIX?= ${TYPE}- PKGNAMESUFFIX= -theme DISTNAME= AquaExtremeSunken MAINTAINER= danfe@FreeBSD.org COMMENT= Port of AquaExtreme Sunken theme NO_BUILD= yes TYPE?= gtk THEME_NAME= ${DISTNAME} .if ${TYPE} == gtk THEME_DIR= ${PREFIX}/share/themes/${THEME_NAME} PLIST_SUB+= GTK20="" METACITY="@comment " USES+= gnome USE_GNOME= gtk20 .else # metacity THEME_DIR= ${PREFIX}/share/themes/${THEME_NAME} PLIST_SUB+= GTK20="@comment " METACITY="" .endif do-install: @${MKDIR} ${STAGEDIR}${THEME_DIR} .if ${TYPE} == gtk cd ${WRKSRC} && ${FIND} gtk-2.0 | \ ${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${THEME_DIR} ${INSTALL_DATA} ${WRKSRC}/index.theme ${STAGEDIR}${THEME_DIR} .else cd ${WRKSRC} && ${FIND} metacity-1 | \ ${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${THEME_DIR} .endif .include diff --git a/x11-themes/gtk-arc-themes/Makefile b/x11-themes/gtk-arc-themes/Makefile index 9b5a64277367..532739fd670e 100644 --- a/x11-themes/gtk-arc-themes/Makefile +++ b/x11-themes/gtk-arc-themes/Makefile @@ -1,30 +1,28 @@ -# Created by: archfan - PORTNAME= gtk-arc-themes DISTVERSION= 20220223 CATEGORIES= x11-themes MASTER_SITES= https://github.com/jnsh/arc-theme/releases/download/${DISTVERSION}/ DISTNAME= arc-theme-${DISTVERSION} MAINTAINER= Alexander88207@protonmail.com COMMENT= Arc-themes for GTK-2.0,3.0 & 4.0 based desktop environments LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= sassc:textproc/sassc RUN_DEPENDS= gtk-murrine-engine>0:x11-themes/gtk-murrine-engine USES= gnome meson python:build shebangfix tar:xz USE_GNOME= gtk20 gtk30 gtk40 MESON_ARGS= -Dcinnamon_version=4.8 \ -Dgnome_shell_version=41.4 \ -Dthemes=cinnamon,gnome-shell,gtk2,gtk3,gtk4,metacity,plank,xfwm SHEBANG_FILES= meson/install-file.py NO_ARCH= yes .include diff --git a/x11-themes/gtk-digital-cream-theme/Makefile b/x11-themes/gtk-digital-cream-theme/Makefile index 8f97dffd0554..1e6ea0561cbf 100644 --- a/x11-themes/gtk-digital-cream-theme/Makefile +++ b/x11-themes/gtk-digital-cream-theme/Makefile @@ -1,42 +1,40 @@ -# Created by: Alexey Dokuchaev - PORTNAME= digital-cream PORTVERSION= 1.0 PORTREVISION= 8 CATEGORIES= x11-themes gnome MASTER_SITES= http://freebsd.nsu.ru/distfiles/ LOCAL/danfe PKGNAMEPREFIX= ${TYPE}- PKGNAMESUFFIX= -theme DISTNAME= Digital-Cream MAINTAINER= danfe@FreeBSD.org COMMENT= Neat and clean theme for GNOME desktop USES= tar:bzip2 NO_BUILD= yes TYPE?= gtk THEME_NAME= ${DISTNAME} .if ${TYPE} == gtk THEME_DIR= ${PREFIX}/share/themes/${THEME_NAME} PLIST_SUB+= GTK20="" METACITY="@comment " USES+= gnome USE_GNOME= gtk20 .else # metacity THEME_DIR= ${PREFIX}/share/themes/${THEME_NAME} PLIST_SUB+= GTK20="@comment " METACITY="" .endif do-install: @${MKDIR} ${STAGEDIR}${THEME_DIR} ${INSTALL_DATA} ${WRKSRC}/index.theme ${STAGEDIR}${THEME_DIR} .if ${TYPE} == gtk cd ${WRKSRC} && ${FIND} gtk-2.0 -name '*[^~]' | \ ${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${THEME_DIR} .else cd ${WRKSRC} && ${FIND} metacity-1 -name '*[^~]' | \ ${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${THEME_DIR} .endif .include diff --git a/x11-themes/gtk-digital-harmony-theme/Makefile b/x11-themes/gtk-digital-harmony-theme/Makefile index ca9fd57998d5..ad0ef0430b45 100644 --- a/x11-themes/gtk-digital-harmony-theme/Makefile +++ b/x11-themes/gtk-digital-harmony-theme/Makefile @@ -1,45 +1,43 @@ -# Created by: Alexey Dokuchaev - PORTNAME= digital-harmony PORTVERSION= 1.1 PORTREVISION= 8 CATEGORIES= x11-themes gnome MASTER_SITES= http://freebsd.nsu.ru/distfiles/ LOCAL/danfe PKGNAMEPREFIX= ${TYPE}- PKGNAMESUFFIX= -theme DISTNAME= Digital-Harmony MAINTAINER= danfe@FreeBSD.org COMMENT= Another popular theme for GNOME desktop NO_BUILD= yes TYPE?= gtk THEME_NAME= ${DISTNAME} .if ${TYPE} == gtk THEME_DIR= ${PREFIX}/share/themes/${THEME_NAME} PLIST_SUB+= GTK20="" METACITY="@comment " USES+= gnome USE_GNOME= gtk20 .else # metacity THEME_DIR= ${PREFIX}/share/themes/${THEME_NAME} PLIST_SUB+= GTK20="@comment " METACITY="" .endif post-extract: @${RM} -r ${WRKSRC}/gtk-2.0/Scrollbars/Backup \ ${WRKSRC}/gtk-2.0/ReadME.txt do-install: @${MKDIR} ${STAGEDIR}${THEME_DIR} ${INSTALL_DATA} ${WRKSRC}/index.theme ${STAGEDIR}${THEME_DIR} .if ${TYPE} == gtk cd ${WRKSRC} && ${FIND} gtk-2.0 | \ ${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${THEME_DIR} .else cd ${WRKSRC} && ${FIND} metacity-1 | \ ${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${THEME_DIR} .endif .include diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile index 5c104415257e..b370c08e515d 100644 --- a/x11-themes/gtk-engines2/Makefile +++ b/x11-themes/gtk-engines2/Makefile @@ -1,37 +1,36 @@ -# Created by: Joe Marcus Clarke # $MCom: ports/x11-themes/gtk-engines2/Makefile,v 1.82 2010/04/19 10:51:27 kwm Exp $ PORTNAME= gtk-engines2 PORTVERSION= 2.20.2 PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= GNOME/sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Theme engine for the GTK+-2.0 toolkit CONFLICTS= gtk-smooth-engine clearlooks USE_GNOME= gtk20 intlhack USES= gettext gmake gnome libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes INSTALL_TARGET= install-strip OPTIONS_DEFINE= ANIMATION ANIMATION_DESC= Experimental animated progressbars ANIMATION_CONFIGURE_ENABLE= animation post-patch: @${REINPLACE_CMD} -e 's|glib.*\.h>|glib.h>|g' \ ${WRKSRC}/engines/clearlooks/src/animation.c post-install: @(cd ${WRKSRC}/po && ${MAKE_CMD} install DESTDIR=${STAGEDIR}) .include diff --git a/x11-themes/gtk-gray-theme/Makefile b/x11-themes/gtk-gray-theme/Makefile index 3f2848a522ab..b4b45884b14e 100644 --- a/x11-themes/gtk-gray-theme/Makefile +++ b/x11-themes/gtk-gray-theme/Makefile @@ -1,22 +1,20 @@ -# Created by: Babak Farrokhi - PORTNAME= gtk-gray-theme PORTVERSION= 1.7 PORTREVISION= 7 CATEGORIES= x11-themes gnome MASTER_SITES= https://BSDforge.com/projects/source/x11-themes/gtk-gray-theme/ DISTNAME= 34132-Gray MAINTAINER= portmaster@BSDforge.com COMMENT= Gray theme for GTK+ 2.0 RUN_DEPENDS= icons-tango>0:x11-themes/icons-tango NO_BUILD= yes USES= gnome USE_GNOME= gtk20 do-install: cd ${WRKDIR} && ${COPYTREE_SHARE} "Gray Gray-Flat" ${STAGEDIR}${PREFIX}/share/themes .include diff --git a/x11-themes/gtk-lila-theme-extras/Makefile b/x11-themes/gtk-lila-theme-extras/Makefile index 28b147a12bc0..13bc8898cce6 100644 --- a/x11-themes/gtk-lila-theme-extras/Makefile +++ b/x11-themes/gtk-lila-theme-extras/Makefile @@ -1,25 +1,23 @@ -# Created by: Filippo Natali - PORTNAME= gtk-lila-theme-extras PORTVERSION= 0.4.5 PORTREVISION= 7 CATEGORIES= x11-themes gnome MASTER_SITES= SF/lila-theme/lila-gtk-extras/${PORTVERSION} DISTNAME= lila-gtk-extras-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ 2.0 Lila additional themes WRKSRC= ${WRKDIR}/lila-gtk-extras NO_BUILD= yes USES= gnome tar:bzip2 USE_GNOME= gtk20 .SILENT: do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/themes (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/themes) .include diff --git a/x11-themes/gtk-lila-theme/Makefile b/x11-themes/gtk-lila-theme/Makefile index f5b19bba8faf..b8267401dbcd 100644 --- a/x11-themes/gtk-lila-theme/Makefile +++ b/x11-themes/gtk-lila-theme/Makefile @@ -1,25 +1,23 @@ -# Created by: Filippo Natali - PORTNAME= gtk-lila-theme PORTVERSION= 0.5.5 PORTREVISION= 6 CATEGORIES= x11-themes gnome MASTER_SITES= SF/lila-theme/lila-gtk/${PORTVERSION} DISTNAME= lila-gtk-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ 2.0 Lila theme WRKSRC= ${WRKDIR}/lila-gtk NO_BUILD= yes USES= gnome tar:bzip2 USE_GNOME= gtk20 .SILENT: do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/themes (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/themes) .include diff --git a/x11-themes/gtk-longhorninspirat-theme/Makefile b/x11-themes/gtk-longhorninspirat-theme/Makefile index f9708b44d57d..be0e3f88ad42 100644 --- a/x11-themes/gtk-longhorninspirat-theme/Makefile +++ b/x11-themes/gtk-longhorninspirat-theme/Makefile @@ -1,47 +1,45 @@ -# Created by: Alexey Dokuchaev - PORTNAME= longhorninspirat PORTVERSION= 1.0 PORTREVISION= 9 CATEGORIES= x11-themes gnome MASTER_SITES= http://freebsd.nsu.ru/distfiles/ LOCAL/danfe \ https://bsdforge.com/projects/source/x11-themes/gtk-longhorninspirat-theme/ PKGNAMEPREFIX= ${TYPE}- PKGNAMESUFFIX= -theme DISTNAME= Longhorn_Inspirat MAINTAINER= danfe@FreeBSD.org COMMENT= Port of Windows XP theme Longhorn Inspirat USES= tar:bzip2 NO_BUILD= yes TYPE?= gtk THEME_NAME= "${DISTNAME:S/_/ /}" WRKSRC= ${WRKDIR}/${THEME_NAME} .if ${TYPE} == gtk THEME_DIR= ${PREFIX}/share/themes/${THEME_NAME} PLIST_SUB+= GTK20="" METACITY="@comment " USES+= gnome USE_GNOME= gtk20 .else # metacity THEME_DIR= ${PREFIX}/share/themes/${THEME_NAME} PLIST_SUB+= GTK20="@comment " METACITY="" .endif post-extract: @${RM} -r ${WRKSRC}/gtk-2.0/.Trash-roberto do-install: @${MKDIR} ${STAGEDIR}${THEME_DIR} ${INSTALL_DATA} ${WRKSRC}/index.theme ${STAGEDIR}${THEME_DIR} .if ${TYPE} == gtk cd ${WRKSRC} && ${FIND} gtk-2.0 | \ ${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${THEME_DIR} .else cd ${WRKSRC} && ${FIND} metacity-1 | \ ${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${THEME_DIR} .endif .include diff --git a/x11-themes/gtk-milk-theme/Makefile b/x11-themes/gtk-milk-theme/Makefile index a327267cd233..fe62879a9c26 100644 --- a/x11-themes/gtk-milk-theme/Makefile +++ b/x11-themes/gtk-milk-theme/Makefile @@ -1,40 +1,38 @@ -# Created by: Alexey Dokuchaev - PORTNAME= milk PORTVERSION= 2.1 PORTREVISION= 8 CATEGORIES= x11-themes gnome MASTER_SITES= http://freebsd.nsu.ru/distfiles/ LOCAL/danfe PKGNAMEPREFIX?= ${TYPE}- PKGNAMESUFFIX= -theme DISTNAME= Milk-${PORTVERSION} MAINTAINER= danfe@FreeBSD.org COMMENT= Port of Milk, Mac OS X theme USES= tar:bzip2 NO_BUILD= yes TYPE?= gtk THEME_NAME= Milk .if ${TYPE} == gtk THEME_DIR= ${PREFIX}/share/themes/${THEME_NAME} PLIST_SUB+= GTK20="" METACITY="@comment " USES+= gnome USE_GNOME= gtk20 .else # metacity THEME_DIR= ${PREFIX}/share/themes/${THEME_NAME} PLIST_SUB+= GTK20="@comment " METACITY="" .endif do-install: @${MKDIR} ${STAGEDIR}${THEME_DIR} ${INSTALL_DATA} ${WRKSRC}/index.theme ${STAGEDIR}${THEME_DIR} .if ${TYPE} == gtk cd ${WRKSRC} && ${COPYTREE_SHARE} gtk-2.0 ${STAGEDIR}${THEME_DIR} .else cd ${WRKSRC} && ${COPYTREE_SHARE} metacity-1 ${STAGEDIR}${THEME_DIR} .endif .include diff --git a/x11-themes/gtk-murrina-aqua/Makefile b/x11-themes/gtk-murrina-aqua/Makefile index 8ead84bb6e91..61ce9a3dc92a 100644 --- a/x11-themes/gtk-murrina-aqua/Makefile +++ b/x11-themes/gtk-murrina-aqua/Makefile @@ -1,27 +1,25 @@ -# Created by: Phillip Neumann - PORTNAME= gtk-murrina-aqua PORTVERSION= 0.1 PORTREVISION= 6 CATEGORIES= x11-themes MASTER_SITES= LOCAL/itetcu \ http://www5.frugalware.org/packages/frugalware/pub/frugalware/frugalware-stable/source/gnome-extra/gtk+2-engines-murrine/ DISTNAME= Murrina-Aqua MAINTAINER= pneumann@gmail.com COMMENT= Murrina Aqua GTK+ 2.x cairo based theme BUILD_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libmurrine.so:x11-themes/gtk-murrine-engine RUN_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libmurrine.so:x11-themes/gtk-murrine-engine USES= gnome GTKRC_DIR= ${DISTNAME}/gtk-2.0 USE_GNOME= gtk20 NO_BUILD= yes do-install: @${MKDIR} ${STAGEDIR}${LOCALBASE}/share/themes/${GTKRC_DIR} @${INSTALL_DATA} ${WRKDIR}/${GTKRC_DIR}/gtkrc ${STAGEDIR}${LOCALBASE}/share/themes/${GTKRC_DIR} .include diff --git a/x11-themes/gtk-murrine-engine/Makefile b/x11-themes/gtk-murrine-engine/Makefile index 016e8177601d..32f2d50719be 100644 --- a/x11-themes/gtk-murrine-engine/Makefile +++ b/x11-themes/gtk-murrine-engine/Makefile @@ -1,28 +1,26 @@ -# Created by: Phillip Neumann - PORTNAME= murrine PORTVERSION= 0.98.2 PORTREVISION= 5 CATEGORIES= x11-themes MASTER_SITES= GNOME PKGNAMEPREFIX= gtk- PKGNAMESUFFIX= -engine MAINTAINER= pneumann@gmail.com COMMENT= Murrine GTK+ 2.x cairo based engine USES= gettext gmake gnome libtool pkgconfig tar:xz xorg USE_XORG= pixman USE_GNOME= gtk20 intltool intlhack USE_LDCONFIG= yes GNU_CONFIGURE= yes OPTIONS_DEFINE= ANIMATION ANIMATION_DESC= Animation support ANIMATION_CONFIGURE_ENABLE= animation post-patch: @${REINPLACE_CMD} -e 's|glib/gtimer.h|glib.h|g' \ ${WRKSRC}/src/animation.c .include diff --git a/x11-themes/gtk-nodoka-engine/Makefile b/x11-themes/gtk-nodoka-engine/Makefile index 87696efc4f47..7ff51ebbb679 100644 --- a/x11-themes/gtk-nodoka-engine/Makefile +++ b/x11-themes/gtk-nodoka-engine/Makefile @@ -1,23 +1,21 @@ -# Created by: Romain Tartiere - PORTNAME= gtk-nodoka-engine PORTVERSION= 0.7.5 PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= https://BSDforge.com/projects/source/x11-themes/gtk-nodoka-engine/ MAINTAINER= romain@FreeBSD.org COMMENT= GTK nodoka engine and themes OPTIONS_DEFINE= ANIMATION ANIMATIONTOLEFT ANIMATION_DESC= Animation support ANIMATIONTOLEFT_DESC= Animation from right to left ANIMATION_CONFIGURE_ENABLE= animation ANIMATIONTOLEFT_CONFIGURE_ENABLE= animationtoleft GNU_CONFIGURE= yes USES= gmake gnome libtool pkgconfig USE_GNOME= gtk20 USE_LDCONFIG= yes .include diff --git a/x11-themes/gtk-xfce-engine/Makefile b/x11-themes/gtk-xfce-engine/Makefile index 1cd5cc8db720..791379225739 100644 --- a/x11-themes/gtk-xfce-engine/Makefile +++ b/x11-themes/gtk-xfce-engine/Makefile @@ -1,18 +1,16 @@ -# Created by: olgeni@FreeBSD.org - PORTNAME= gtk-xfce-engine PORTVERSION= 3.2.0 CATEGORIES= x11-themes xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce GTK2 theme engine LICENSE= GPLv2 GNU_CONFIGURE= yes USES= gmake gnome libtool pkgconfig tar:bzip2 xfce USE_GNOME= glib20 gtk20 .include diff --git a/x11-themes/gtk3-unico-engine/Makefile b/x11-themes/gtk3-unico-engine/Makefile index 0ecd6c1bcaa7..c4826c7324dd 100644 --- a/x11-themes/gtk3-unico-engine/Makefile +++ b/x11-themes/gtk3-unico-engine/Makefile @@ -1,22 +1,20 @@ -# Created by: Olivier Duchateau - PORTNAME= unico PORTVERSION= 1.0.2.1 CATEGORIES= x11-themes MASTER_SITES= https://distfiles.sigtrap.nl/ \ LOCAL/nc/mirror PKGNAMEPREFIX= gtk3- PKGNAMESUFFIX= -engine MAINTAINER= ports@FreeBSD.org COMMENT= Gtk+ 3.0 engine LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static USES= gmake gnome libtool pkgconfig USE_GNOME= cairo glib20 gtk30 USE_LDCONFIG= yes .include diff --git a/x11-themes/icewm-extra-themes/Makefile b/x11-themes/icewm-extra-themes/Makefile index 2ede0e3f525c..6ce2570d8f0b 100644 --- a/x11-themes/icewm-extra-themes/Makefile +++ b/x11-themes/icewm-extra-themes/Makefile @@ -1,19 +1,17 @@ -# Created by: Alexey Dokuchaev - PORTNAME= icewm-extra-themes PORTVERSION= 1.2 CATEGORIES= x11-themes MASTER_SITES= https://github.com/bbidulock/${PORTNAME}/releases/download/${PORTVERSION}/ MAINTAINER= danfe@FreeBSD.org COMMENT= Big collection of IceWM window manager themes LICENSE= GPLv2 USES= tar:lz GNU_CONFIGURE= yes DATADIR= ${PREFIX}/share/icewm NO_ARCH= yes NO_BUILD= yes .include diff --git a/x11-themes/icon-naming-utils/Makefile b/x11-themes/icon-naming-utils/Makefile index 888091644fe6..7c429b913536 100644 --- a/x11-themes/icon-naming-utils/Makefile +++ b/x11-themes/icon-naming-utils/Makefile @@ -1,20 +1,18 @@ -# Created by: Phillip Neumann - PORTNAME= icon-naming-utils PORTVERSION= 0.8.90 PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= GENTOO MAINTAINER= ports@FreeBSD.org COMMENT= Utilities of the Tango project BUILD_DEPENDS= p5-XML-Simple>=0:textproc/p5-XML-Simple RUN_DEPENDS= p5-XML-Simple>=0:textproc/p5-XML-Simple USES= pathfix pkgconfig perl5 gmake GNU_CONFIGURE= yes NO_ARCH= yes .include diff --git a/x11-themes/icons-human-azul/Makefile b/x11-themes/icons-human-azul/Makefile index 4845384eda48..411bbd057d23 100644 --- a/x11-themes/icons-human-azul/Makefile +++ b/x11-themes/icons-human-azul/Makefile @@ -1,20 +1,18 @@ -# Created by: Phillip Neumann - PORTNAME= icons-human-azul PORTVERSION= 0.1 PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= http://vvelox.net/distfiles/ DISTNAME= 37099-HumanAzul MAINTAINER= pneumann@gmail.com COMMENT= Set of icons from the Ubuntu human look NO_BUILD= yes WRKSRC= ${WRKDIR}/HumanAzul do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/HumanAzul @${CP} -rip ${WRKSRC} ${STAGEDIR}${PREFIX}/share/icons/ .include diff --git a/x11-themes/icons-tango/Makefile b/x11-themes/icons-tango/Makefile index 2e8e60cab8e5..5225d23be97d 100644 --- a/x11-themes/icons-tango/Makefile +++ b/x11-themes/icons-tango/Makefile @@ -1,19 +1,17 @@ -# Created by: Phillip Neumann - PORTNAME= icons-tango PORTVERSION= 0.8.90 PORTREVISION= 2 CATEGORIES= x11-themes MASTER_SITES= GENTOO DISTNAME= tango-icon-theme-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Basic set of icons for the most common usage BUILD_DEPENDS= ${LOCALBASE}/libexec/icon-name-mapping:x11-themes/icon-naming-utils GNU_CONFIGURE= yes USE_GNOME= intlhack USES+= gettext-tools gmake gnome magick:build pathfix pkgconfig .include diff --git a/x11-themes/irssi-themes/Makefile b/x11-themes/irssi-themes/Makefile index f38610819f74..3784f2d8919e 100644 --- a/x11-themes/irssi-themes/Makefile +++ b/x11-themes/irssi-themes/Makefile @@ -1,39 +1,37 @@ -# Created by: Emanuel Haupt - PORTNAME= irssi-themes PORTVERSION= 2016082001 CATEGORIES= x11-themes irc MASTER_SITES= https://irssi-import.github.io/themes/ \ LOCAL/ehaupt/${PORTNAME}-${PORTVERSION}/ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Collection of additional irssi themes RUN_DEPENDS= irssi:irc/irssi NO_ARCH= yes NO_BUILD= yes THEMESDIR_REL= share/irssi/themes .include .include "${MASTERDIR}/Makefile.inc" .for f in ${DISTFILES} PLIST_FILES+= ${THEMESDIR_REL}/${f} .endfor do-extract: @${MKDIR} ${WRKSRC} .for f in ${DISTFILES} @${CP} ${DISTDIR}/${DIST_SUBDIR}/${f} ${WRKSRC} .endfor do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${THEMESDIR_REL} .for f in ${DISTFILES} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/${THEMESDIR_REL} .endfor .include diff --git a/x11-themes/kde-icons-black-and-white/Makefile b/x11-themes/kde-icons-black-and-white/Makefile index 50eb2d66db3e..1de8150dbce7 100644 --- a/x11-themes/kde-icons-black-and-white/Makefile +++ b/x11-themes/kde-icons-black-and-white/Makefile @@ -1,20 +1,18 @@ -# Created by: Mario Sergio Fujikawa Ferreira - PORTNAME= black-and-white PORTVERSION= 2.0.a MASTER_SITES= http://mirror.amdmi3.ru/distfiles/${DIST_SUBDIR}/ DISTNAME= black%20and%20white MAINTAINER= portmaster@BSDforge.com COMMENT= KDE Black And White iconset LICENSE= theme LICENSE_NAME= theme LICENSE_TEXT= may contain iconic, visual, graphical or other\ elements that may not be distributed without the\ consent of either the trademark or the patent holder LICENSE_PERMS= auto-accept WRKSRC= ${WRKDIR}/"black and white" .include "${.CURDIR}/../kde-icons-noia/Makefile.icons" diff --git a/x11-themes/kde-icons-gartoon-blue-svg/Makefile b/x11-themes/kde-icons-gartoon-blue-svg/Makefile index 4f0146534e51..5bbbca565ae1 100644 --- a/x11-themes/kde-icons-gartoon-blue-svg/Makefile +++ b/x11-themes/kde-icons-gartoon-blue-svg/Makefile @@ -1,17 +1,15 @@ -# Created by: Mario Sergio Fujikawa Ferreira - PORTNAME= gartoon PORTVERSION= 1.3 MASTER_SITES= LOCAL/fluffy \ http://ns.ael.ru/ports/distfiles/KDE/ PKGNAMESUFFIX= -blue-svg DISTNAME= ICONS-Gartoon.Blue-SVG-v${PORTVERSION} COMMENT= KDE Gartoon Blue SVG iconset USES= tar:bzip2 WRKSRC= ${WRKDIR}/Gartoon.Blue PORT_SHAREDIR?= "${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}" .include "${.CURDIR}/../kde-icons-noia/Makefile.icons" diff --git a/x11-themes/kde-icons-gartoon-svg/Makefile b/x11-themes/kde-icons-gartoon-svg/Makefile index 7a16940d37a4..57f3c8162750 100644 --- a/x11-themes/kde-icons-gartoon-svg/Makefile +++ b/x11-themes/kde-icons-gartoon-svg/Makefile @@ -1,20 +1,18 @@ -# Created by: Mario Sergio Fujikawa Ferreira - PORTNAME= gartoon PORTVERSION= 1.3 MASTER_SITES= LOCAL/fluffy \ http://ns.ael.ru/ports/distfiles/KDE/ PKGNAMESUFFIX= -svg DISTNAME= ICONS-Gartoon-SVG-v${PORTVERSION} COMMENT= KDE Gartoon SVG iconset USES= tar:bzip2 WRKSRC= ${WRKDIR}/Gartoon PORT_SHAREDIR?= "${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}" PLIST_DIR_PATTERN_EXTRA= -v "extra/work" PLIST_FILE_PATTERN_EXTRA= -v "extra/work" .include "${.CURDIR}/../kde-icons-noia/Makefile.icons" diff --git a/x11-themes/kde-icons-graphite-rade8/Makefile b/x11-themes/kde-icons-graphite-rade8/Makefile index 52d05b2d8d5a..1c27a4b1094c 100644 --- a/x11-themes/kde-icons-graphite-rade8/Makefile +++ b/x11-themes/kde-icons-graphite-rade8/Makefile @@ -1,14 +1,12 @@ -# Created by: Mario Sergio Fujikawa Ferreira - PORTNAME= graphite-rade8 PORTVERSION= 3.1 MASTER_SITES= SF/graphitekde/graphitekde/Graphite-RAD.E8-${PORTVERSION} DISTNAME= Graphite-RAD.E8-${PORTVERSION} MAINTAINER= portmaster@bsdforge.com COMMENT= KDE Mac OS X like iconset, most from rad-e8 design USES= tar:bzip2 WRKSRC= ${WRKDIR}/Graphite-RAD.E8-${PORTVERSION} .include "${.CURDIR}/../kde-icons-noia/Makefile.icons" diff --git a/x11-themes/kde-icons-lime-rade8/Makefile b/x11-themes/kde-icons-lime-rade8/Makefile index 5fd52300e292..4dbb04638a6b 100644 --- a/x11-themes/kde-icons-lime-rade8/Makefile +++ b/x11-themes/kde-icons-lime-rade8/Makefile @@ -1,13 +1,11 @@ -# Created by: Mario Sergio Fujikawa Ferreira - PORTNAME= lime-rade8 PORTVERSION= 3.1 MASTER_SITES= SF/graphitekde/graphitekde/Lime-RAD.E8-${PORTVERSION}/ DISTNAME= Lime-RAD.E8-${PORTVERSION} COMMENT= KDE Mac OS X like iconset, most from rad-e8 design USES= tar:bzip2 WRKSRC= ${WRKDIR}/Lime-RAD.E8-${PORTVERSION} .include "${.CURDIR}/../kde-icons-noia/Makefile.icons" diff --git a/x11-themes/kde-icons-lush/Makefile b/x11-themes/kde-icons-lush/Makefile index a429e15857c0..1a04801935b0 100644 --- a/x11-themes/kde-icons-lush/Makefile +++ b/x11-themes/kde-icons-lush/Makefile @@ -1,12 +1,10 @@ -# Created by: Mario Sergio Fujikawa Ferreira - PORTNAME= lush PORTVERSION= 0.1.0 MASTER_SITES= LOCAL/lioux DISTNAME= ${PORTNAME}-${PORTVERSION}dave COMMENT= KDE Lush complete iconset WRKSRC= "${WRKDIR}/${PORTNAME}" .include "${.CURDIR}/../kde-icons-noia/Makefile.icons" diff --git a/x11-themes/kde-icons-noia/Makefile b/x11-themes/kde-icons-noia/Makefile index 4e504dfe6009..adc1cff1d4c8 100644 --- a/x11-themes/kde-icons-noia/Makefile +++ b/x11-themes/kde-icons-noia/Makefile @@ -1,14 +1,12 @@ -# Created by: Mario Sergio Fujikawa Ferreira - PORTNAME= noia PORTVERSION= 1.00 MASTER_SITES= GENTOO DISTNAME= noia-kde-icons-${PORTVERSION} COMMENT= KDE Noia complete iconset USES= tar:tgz WRKSRC= ${WRKDIR}/noia_kde_${PORTVERSION:C/\.//} PORT_SHAREDIR= ${PORTNAME} .include "${.CURDIR}/Makefile.icons" diff --git a/x11-themes/kde-icons-nuovext2/Makefile b/x11-themes/kde-icons-nuovext2/Makefile index ce44f6629bad..ad3446f55180 100644 --- a/x11-themes/kde-icons-nuovext2/Makefile +++ b/x11-themes/kde-icons-nuovext2/Makefile @@ -1,16 +1,14 @@ -# Created by: Mario Sergio Fujikawa Ferreira - PORTNAME= nuoveXT2 PORTVERSION= 2.2.2 MASTER_SITES= https://BSDforge.com/projects/source/x11-themes/kde-icons-nuovext2/ DISTNAME= nuoveXT-${PORTVERSION}_KDE MAINTAINER= portmaster@BSDforge.com COMMENT= KDE nuoveXT 2 iconset LICENSE= LGPL3 LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING USES= tar:xz .include "${.CURDIR}/../kde-icons-noia/Makefile.icons" diff --git a/x11-themes/kde-icons-nuvola/Makefile b/x11-themes/kde-icons-nuvola/Makefile index dfeec3132350..c5a621bf0ed8 100644 --- a/x11-themes/kde-icons-nuvola/Makefile +++ b/x11-themes/kde-icons-nuvola/Makefile @@ -1,14 +1,12 @@ -# Created by: Mario Sergio Fujikawa Ferreira - PORTNAME= nuvola PORTVERSION= 1.0 PORTREVISION= 1 MASTER_SITES= http://www.icon-king.com/files/ \ GENTOO COMMENT= KDE Nuvola iconset, SVG evolution of SKY WRKSRC= ${WRKDIR}/${PORTNAME} PORT_SHAREDIR?= "${PORTNAME}-${PORTVERSION}" .include "${.CURDIR}/../kde-icons-noia/Makefile.icons" diff --git a/x11-themes/layan-gtk-themes/Makefile b/x11-themes/layan-gtk-themes/Makefile index 7eabee0a040a..d874ecbc8be1 100644 --- a/x11-themes/layan-gtk-themes/Makefile +++ b/x11-themes/layan-gtk-themes/Makefile @@ -1,32 +1,30 @@ -# Created by: Alexander Vereeken - PORTNAME= layan-gtk-themes DISTVERSION= 2021-06-30 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com COMMENT= Layan is a flat Design theme for GTK 3, GTK 2 and Gnome-Shell LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash>0:shells/bash RUN_DEPENDS= gtk-engines2>0:x11-themes/gtk-engines2 \ gtk-murrine-engine>0:x11-themes/gtk-murrine-engine USES= shebangfix USE_GITHUB= yes GH_ACCOUNT= vinceliuice GH_PROJECT= Layan-gtk-theme SHEBANG_FILES= install.sh NO_ARCH= yes NO_BUILD= yes do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/themes ${WRKSRC}/install.sh -d ${STAGEDIR}${PREFIX}/share/themes .include diff --git a/x11-themes/lxappearance/Makefile b/x11-themes/lxappearance/Makefile index 6573b205b536..28b192e5f414 100644 --- a/x11-themes/lxappearance/Makefile +++ b/x11-themes/lxappearance/Makefile @@ -1,37 +1,35 @@ -# Created by: chinsan - PORTNAME= lxappearance PORTVERSION= 0.6.3 CATEGORIES= x11-themes gnome MASTER_SITES= SF/lxde/LXAppearance MAINTAINER= gnome@FreeBSD.org COMMENT= Desktop-independent theme switcher for GTK+ LICENSE= GPLv2 LIB_DEPENDS= libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig USES= gettext-tools gmake gnome localbase pathfix pkgconfig tar:xz \ xorg GNU_CONFIGURE= yes USE_XORG= x11 USE_GNOME= cairo gdkpixbuf2 gtk20 intltool CONFIGURE_ARGS= --enable-dbus PORTDOCS= AUTHORS README OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/x11-themes/lxde-icon-theme/Makefile b/x11-themes/lxde-icon-theme/Makefile index f108a46dd147..c512fc910d5b 100644 --- a/x11-themes/lxde-icon-theme/Makefile +++ b/x11-themes/lxde-icon-theme/Makefile @@ -1,32 +1,30 @@ -# Created by: Kris Moore - PORTNAME= lxde-icon-theme PORTVERSION= 0.5.1 CATEGORIES= x11-themes MASTER_SITES= SF/lxde/LXDE%20Icon%20Theme/${DISTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= LXDE Icon Theme LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= gnome tar:xz GNU_CONFIGURE= yes NO_ARCH= yes DATADIR= ${PREFIX}/share/lxde PORTDOCS= AUTHORS OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|cp -raf --no-preserve=ownership|cp -RpPf|' \ ${WRKSRC}/Makefile.in post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/x11-themes/lxqt-themes/Makefile b/x11-themes/lxqt-themes/Makefile index 982d5ad7aada..c8266569e4bb 100644 --- a/x11-themes/lxqt-themes/Makefile +++ b/x11-themes/lxqt-themes/Makefile @@ -1,16 +1,14 @@ -# Created by: Jesper Schmitz Mouridsen - PORTNAME= lxqt-themes PORTVERSION= 1.1.0 CATEGORIES= x11-themes MASTER_SITES= LXQT MAINTAINER= jsm@FreeBSD.org COMMENT= Themes for the LXQt desktop LICENSE= LGPL21+ USES= lxqt cmake tar:xz perl5 USE_LXQT= buildtools .include diff --git a/x11-themes/matcha-gtk-themes/Makefile b/x11-themes/matcha-gtk-themes/Makefile index c1b51151ca08..59265aceb567 100644 --- a/x11-themes/matcha-gtk-themes/Makefile +++ b/x11-themes/matcha-gtk-themes/Makefile @@ -1,32 +1,30 @@ -# Created by: Alexander Vereeken - PORTNAME= matcha-gtk-themes DISTVERSION= 2021-11-29 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com COMMENT= Flat design theme for GTK 3, GTK 2, and Gnome-Shell LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash>0:shells/bash RUN_DEPENDS= gtk-engines2>0:x11-themes/gtk-engines2 \ gtk-murrine-engine>0:x11-themes/gtk-murrine-engine USES= shebangfix USE_GITHUB= yes GH_ACCOUNT= vinceliuice GH_PROJECT= Matcha-gtk-theme SHEBANG_FILES= install.sh NO_ARCH= yes NO_BUILD= yes post-patch: @${REINPLACE_CMD} -e 's|cp -ur|cp -pr|g' ${WRKSRC}/install.sh do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/themes ${WRKSRC}/install.sh -d ${STAGEDIR}${PREFIX}/share/themes .include diff --git a/x11-themes/mate-backgrounds/Makefile b/x11-themes/mate-backgrounds/Makefile index 4160a18e355c..b21931a891a4 100644 --- a/x11-themes/mate-backgrounds/Makefile +++ b/x11-themes/mate-backgrounds/Makefile @@ -1,21 +1,19 @@ -# Created by: Joe Marcus Clarke - PORTNAME= mate-backgrounds PORTVERSION= 1.26.0 CATEGORIES= x11-themes graphics mate MASTER_SITES= MATE DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of backgrounds for MATE LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING PORTSCOUT= limitw:1,even USES= gettext gmake gnome pathfix tar:xz USE_GNOME= glib20 intlhack GNU_CONFIGURE= yes .include diff --git a/x11-themes/mate-icon-theme-faenza/Makefile b/x11-themes/mate-icon-theme-faenza/Makefile index a923da53c75b..d483083fcccb 100644 --- a/x11-themes/mate-icon-theme-faenza/Makefile +++ b/x11-themes/mate-icon-theme-faenza/Makefile @@ -1,30 +1,28 @@ -# Created by: Joe Marcus Clarke - PORTNAME= mate-icon-theme-faenza PORTVERSION= 1.20.0 CATEGORIES= x11-themes mate MASTER_SITES= MATE DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of Faenza and Faience icons for the MATE desktop LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING PORTSCOUT= limitw:1,even USES= gnome tar:xz NO_BUILD= yes do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons cd ${WRKSRC}; ${COPYTREE_SHARE} "matefaenza matefaenzadark" \ ${STAGEDIR}${PREFIX}/share/icons @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/matefaenzagray ${INSTALL_DATA} ${WRKSRC}/matefaenzagray/index.theme \ ${STAGEDIR}${PREFIX}/share/icons/matefaenzagray/ cd ${WRKSRC}/matefaenza; ${COPYTREE_SHARE} actions \ ${STAGEDIR}${PREFIX}/share/icons/matefaenzagray/ .include diff --git a/x11-themes/mate-icon-theme/Makefile b/x11-themes/mate-icon-theme/Makefile index cb0d320f56d9..2fe9da02d0f0 100644 --- a/x11-themes/mate-icon-theme/Makefile +++ b/x11-themes/mate-icon-theme/Makefile @@ -1,28 +1,26 @@ -# Created by: Joe Marcus Clarke - PORTNAME= mate-icon-theme PORTVERSION= 1.26.0 CATEGORIES= x11-themes mate MASTER_SITES= MATE DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of icons for the MATE desktop LICENSE= LGPL3 CC-BY-SA-3.0 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \ icon-naming-utils>=0.8.7:x11-themes/icon-naming-utils RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme PORTSCOUT= limitw:1,even USES= gettext-tools gmake gnome pkgconfig tar:xz USE_GNOME= intltool GNU_CONFIGURE= yes NO_ARCH= yes .include diff --git a/x11-themes/mate-themes/Makefile b/x11-themes/mate-themes/Makefile index c5b2ff2c5ae8..45993066b3bd 100644 --- a/x11-themes/mate-themes/Makefile +++ b/x11-themes/mate-themes/Makefile @@ -1,47 +1,45 @@ -# Created by: Joe Marcus Clarke - PORTNAME= mate-themes PORTVERSION= 3.22.23 CATEGORIES= x11-themes mate MASTER_SITES= MATE/themes/${PORTVERSION:R}/ DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of themes and icons for MATE LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= gtk-engines2>=2.15.0:x11-themes/gtk-engines2 \ gtk-murrine-engine>=0.98:x11-themes/gtk-murrine-engine PORTSCOUT= limit:^${PORTVERSION:R:S|.|\.|}\.*$$ USES= gettext gmake gnome localbase pathfix pkgconfig tar:xz USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes LOCALES= af am an ar ar_SA as ast az be bg bn bn_IN br \ bs ca ca@valencia cmn crh cs csb cv cy da de \ de_AT de_CH dk dz ee el en en_AU en_CA en_DE \ en_GB eo es es_419 es_AR es_CL es_CO es_CR es_DO \ es_EC es_ES es_MX es_NI es_PA es_PE es_PR es_SV \ es_US es_UY es_VE et eu fa fa_IR fi fil fo fr \ fr_CA fr_FR frp fur fy ga gd gl gu gug_PY ha he \ hi hr hu hy ia id ie ig is it ja jv ka kab kk \ km kn ko ks ku ku_IQ ky la lb li lo lt lv mai \ mg mi mk ml mn mr ms mt my nah nb nds ne nl nn \ no nqo nso oc om or pa pl pl_PL pms ps pt pt_BR \ pt_PT ro ru ru_RU rw sc sco si sk sl so sq sr \ sr@Latn sr@latin sv sw ta te tg th tk tl tr ts \ tt ug uk uk_UA ur ur_PK uz uz@Latn vi wa xh yi \ yo zh zh-Hans zh_CN zh_CN.GB2312 zh_HK zh_TW \ zh_TW.Big5 zu post-install: .for l in ${LOCALES} @${RMDIR} ${STAGEDIR}${PREFIX}/share/locale/${l}/LC_MESSAGES @${RMDIR} ${STAGEDIR}${PREFIX}/share/locale/${l} .endfor .include diff --git a/x11-themes/metacity-aluminumalloy-cryogenic-theme/Makefile b/x11-themes/metacity-aluminumalloy-cryogenic-theme/Makefile index 86d6016a1734..e141ae5865e4 100644 --- a/x11-themes/metacity-aluminumalloy-cryogenic-theme/Makefile +++ b/x11-themes/metacity-aluminumalloy-cryogenic-theme/Makefile @@ -1,6 +1,4 @@ -# Created by: Alexey Dokuchaev - TYPE= metacity MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-cryogenic-theme .include "${MASTERDIR}/Makefile" diff --git a/x11-themes/metacity-aluminumalloy-smog-theme/Makefile b/x11-themes/metacity-aluminumalloy-smog-theme/Makefile index ef00169a2beb..29b49a727e5b 100644 --- a/x11-themes/metacity-aluminumalloy-smog-theme/Makefile +++ b/x11-themes/metacity-aluminumalloy-smog-theme/Makefile @@ -1,6 +1,4 @@ -# Created by: Alexey Dokuchaev - TYPE= metacity MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-smog-theme .include "${MASTERDIR}/Makefile" diff --git a/x11-themes/metacity-aluminumalloy-toxic-theme/Makefile b/x11-themes/metacity-aluminumalloy-toxic-theme/Makefile index 8d52f278207d..a5f336a669f3 100644 --- a/x11-themes/metacity-aluminumalloy-toxic-theme/Makefile +++ b/x11-themes/metacity-aluminumalloy-toxic-theme/Makefile @@ -1,6 +1,4 @@ -# Created by: Alexey Dokuchaev - TYPE= metacity MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-toxic-theme .include "${MASTERDIR}/Makefile" diff --git a/x11-themes/metacity-aluminumalloy-volcanic-theme/Makefile b/x11-themes/metacity-aluminumalloy-volcanic-theme/Makefile index 9f258fc43307..c6c1fe1c2751 100644 --- a/x11-themes/metacity-aluminumalloy-volcanic-theme/Makefile +++ b/x11-themes/metacity-aluminumalloy-volcanic-theme/Makefile @@ -1,6 +1,4 @@ -# Created by: Alexey Dokuchaev - TYPE= metacity MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-volcanic-theme .include "${MASTERDIR}/Makefile" diff --git a/x11-themes/metacity-aquaextremesunken-theme/Makefile b/x11-themes/metacity-aquaextremesunken-theme/Makefile index 9ea756e0e154..c92da1e97b8f 100644 --- a/x11-themes/metacity-aquaextremesunken-theme/Makefile +++ b/x11-themes/metacity-aquaextremesunken-theme/Makefile @@ -1,6 +1,4 @@ -# Created by: Alexey Dokuchaev - TYPE= metacity MASTERDIR= ${.CURDIR}/../gtk-aquaextremesunken-theme .include "${MASTERDIR}/Makefile" diff --git a/x11-themes/metacity-digital-cream-theme/Makefile b/x11-themes/metacity-digital-cream-theme/Makefile index ec2d8d96a9ef..0f73e85895bd 100644 --- a/x11-themes/metacity-digital-cream-theme/Makefile +++ b/x11-themes/metacity-digital-cream-theme/Makefile @@ -1,6 +1,4 @@ -# Created by: Alexey Dokuchaev - TYPE= metacity MASTERDIR= ${.CURDIR}/../gtk-digital-cream-theme .include "${MASTERDIR}/Makefile" diff --git a/x11-themes/metacity-digital-harmony-theme/Makefile b/x11-themes/metacity-digital-harmony-theme/Makefile index 0c8029af3299..0affead7ac15 100644 --- a/x11-themes/metacity-digital-harmony-theme/Makefile +++ b/x11-themes/metacity-digital-harmony-theme/Makefile @@ -1,6 +1,4 @@ -# Created by: Alexey Dokuchaev - TYPE= metacity MASTERDIR= ${.CURDIR}/../gtk-digital-harmony-theme .include "${MASTERDIR}/Makefile" diff --git a/x11-themes/metacity-longhorninspirat-theme/Makefile b/x11-themes/metacity-longhorninspirat-theme/Makefile index 94c62b9ffd5b..a9d3048e24b4 100644 --- a/x11-themes/metacity-longhorninspirat-theme/Makefile +++ b/x11-themes/metacity-longhorninspirat-theme/Makefile @@ -1,6 +1,4 @@ -# Created by: Alexey Dokuchaev - TYPE= metacity MASTERDIR= ${.CURDIR}/../gtk-longhorninspirat-theme .include "${MASTERDIR}/Makefile" diff --git a/x11-themes/metacity-milk-theme/Makefile b/x11-themes/metacity-milk-theme/Makefile index 8ff070a3182f..88ea07f5c8de 100644 --- a/x11-themes/metacity-milk-theme/Makefile +++ b/x11-themes/metacity-milk-theme/Makefile @@ -1,6 +1,4 @@ -# Created by: Alexey Dokuchaev - TYPE= metacity MASTERDIR= ${.CURDIR}/../gtk-milk-theme .include "${MASTERDIR}/Makefile" diff --git a/x11-themes/metacity-theme-microgui/Makefile b/x11-themes/metacity-theme-microgui/Makefile index 8b3603610a08..caf5f89bfa84 100644 --- a/x11-themes/metacity-theme-microgui/Makefile +++ b/x11-themes/metacity-theme-microgui/Makefile @@ -1,26 +1,24 @@ -# Created by: Douglas Thrift - PORTNAME= microgui PORTVERSION= 1.0 PORTREVISION= 3 CATEGORIES= x11-themes gnome MASTER_SITES= http://dl1.douglasthrift.net/${PORTNAME}/ \ http://dl2.douglasthrift.net/${PORTNAME}/ DISTNAME= mcitymicrogui-default MAINTAINER= douglas@douglasthrift.net COMMENT= MicroGUI Sawfish theme for Metacity LICENSE= GPLv2 # Converted from RESTRICTED LICENSE= metacity LICENSE_NAME= metacity LICENSE_TEXT= ${REASON} LICENSE_PERMS= auto-accept WRKSRC= ${WRKDIR}/microGUI NO_ARCH= yes .include "${.CURDIR}/../metacity-themes/Makefile.metacity" .include diff --git a/x11-themes/metacity-themes/Makefile b/x11-themes/metacity-themes/Makefile index 8f41a9b95338..110ef2a88e39 100644 --- a/x11-themes/metacity-themes/Makefile +++ b/x11-themes/metacity-themes/Makefile @@ -1,24 +1,22 @@ -# Created by: Remington Lang - # Port logic stolen from x11-themes/kde-icons-noia by # lioux@. PORTNAME= metacity-themes PORTVERSION= 20040306 PORTREVISION= 5 CATEGORIES= x11-themes gnome MASTER_SITES= # Empty DISTFILES= # Empty EXTRACT_ONLY= # Empty MAINTAINER= ports@FreeBSD.org COMMENT= Meta-port for Gnome Metacity themes RUN_DEPENDS= ${LOCALBASE}/share/themes/microgui/metacity-1/metacity-theme-1.xml:x11-themes/metacity-theme-microgui NO_BUILD= yes NO_MTREE= yes do-install: # Empty .include diff --git a/x11-themes/mint-themes/Makefile b/x11-themes/mint-themes/Makefile index f4abefbb72ed..82fef57cb031 100644 --- a/x11-themes/mint-themes/Makefile +++ b/x11-themes/mint-themes/Makefile @@ -1,21 +1,20 @@ -# Created by: Gustau Perez i Querol # $MCom: ports/trunk/x11-themes/mint-themes/Makefile 19873 2014-09-14 17:17:23Z kwm $ PORTNAME= mint-themes PORTVERSION= 0.0.41cf70d CATEGORIES= x11-themes gnome DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Themes for the cinnamon desktop USE_GITHUB= yes GH_ACCOUNT= linuxmint GH_TAGNAME= 41cf70d NO_BUILD= yes do-install: @(cd ${WRKSRC}/usr/share/themes/ && ${CP} -pPR * ${STAGEDIR}${PREFIX}/share/themes/) .include diff --git a/x11-themes/mojave-gtk-themes/Makefile b/x11-themes/mojave-gtk-themes/Makefile index b2b9bcae9ea4..98eae7128ac9 100644 --- a/x11-themes/mojave-gtk-themes/Makefile +++ b/x11-themes/mojave-gtk-themes/Makefile @@ -1,35 +1,33 @@ -# Created by: Alexander Vereeken - PORTNAME= mojave-gtk-themes DISTVERSION= 2022-06-07 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com COMMENT= Macos Mojave theme for GTK 3, GTK 2 and Gnome-Shell LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash>0:shells/bash \ sassc>0:textproc/sassc RUN_DEPENDS= gtk-engines2>0:x11-themes/gtk-engines2 \ gtk-murrine-engine>0:x11-themes/gtk-murrine-engine USES= shebangfix USE_GITHUB= yes GH_ACCOUNT= vinceliuice GH_PROJECT= Mojave-gtk-theme SHEBANG_FILES= ${WRKSRC}/src/main/gtk-3.0/make_gresource_xml.sh \ ${WRKSRC}/src/main/gtk-4.0/make_gresource_xml.sh install.sh \ parse-sass.sh NO_ARCH= yes NO_BUILD= yes do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/themes ${WRKSRC}/install.sh -d ${STAGEDIR}${PREFIX}/share/themes -t all .include diff --git a/x11-themes/nordic-theme/Makefile b/x11-themes/nordic-theme/Makefile index 0bcf8ff5d74a..364b357951fb 100644 --- a/x11-themes/nordic-theme/Makefile +++ b/x11-themes/nordic-theme/Makefile @@ -1,61 +1,59 @@ -# Created by: Alexander Vereeken - PORTNAME= nordic-theme DISTVERSIONPREFIX= v DISTVERSION= 2.1.0 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com COMMENT= Dark GTK & KDE theme created using the Nord color palette LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= EliverLara GH_PROJECT= Nordic NO_ARCH= yes NO_BUILD= yes OPTIONS_DEFINE= CINNAMON GNOMESHELL KDE METACITY XFCE OPTIONS_DEFAULT= CINNAMON GNOMESHELL KDE METACITY XFCE OPTIONS_SUB= yes CINNAMON_DESC= Install Cinnamon theme GNOMESHELL_DESC= Install Gnome-Shell theme KDE_DESC= Install KDE theme METACITY_DESC= Install Metacity theme XFCE_DESC= Install XFCE theme CINNAMON_IMPLIES= METACITY CINNAMON_VARS= THEME_SUBSETS+=cinnamon GNOMESHELL_VARS= THEME_SUBSETS+=gnome-shell METACITY_VARS= THEME_SUBSETS+=metacity-1 XFCE_VARS= THEME_SUBSETS+=xfwm4 THEMEDIR= ${PREFIX}/share/themes/Nordic THEME_SUBSETS= assets gtk-2.0 gtk-3.0 index.theme post-patch: ${RM} ${WRKSRC}/gtk-2.0/render-assets.sh .include do-install: ${MKDIR} ${STAGEDIR}${THEMEDIR} .for i in ${THEME_SUBSETS} (cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${THEMEDIR}) .endfor do-install-KDE-on: ${MKDIR} ${STAGEDIR}${PREFIX}/share/aurorae/themes (cd ${WRKSRC}/kde/aurorae && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/aurorae/themes) (cd ${WRKSRC}/kde/colorschemes/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/color-schemes) ${MKDIR} ${STAGEDIR}${PREFIX}/share/konsole (cd ${WRKSRC}/kde/konsole/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/konsole) ${MKDIR} ${STAGEDIR}${PREFIX}/share/Kvantum (cd ${WRKSRC}/kde/kvantum && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/Kvantum) ${MKDIR} ${STAGEDIR}${PREFIX}/share/plasma/look-and-feel/Nordic (cd ${WRKSRC}/kde/plasma/look-and-feel && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/plasma/look-and-feel/) ${MKDIR} ${STAGEDIR}${PREFIX}/share/sddm/themes/Nordic (cd ${WRKSRC}/kde/sddm/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/sddm/themes/Nordic) .include diff --git a/x11-themes/numix-gtk-theme/Makefile b/x11-themes/numix-gtk-theme/Makefile index 4f168185ecf5..2b444356c758 100644 --- a/x11-themes/numix-gtk-theme/Makefile +++ b/x11-themes/numix-gtk-theme/Makefile @@ -1,53 +1,51 @@ -# Created by: Olivier Duchateau - PORTNAME= numix-gtk-theme PORTVERSION= 2.6.7 PORTREVISION= 1 CATEGORIES= x11-themes xfce MAINTAINER= ports@FreeBSD.org COMMENT= Gtk flat themes LICENSE= GPLv3 BUILD_DEPENDS= rubygem-sass>=3.4:textproc/rubygem-sass RUN_DEPENDS= gtk-murrine-engine>=0.98.2:x11-themes/gtk-murrine-engine USES= gmake gnome USE_GITHUB= yes GH_ACCOUNT= numixproject USE_GNOME= glib20 gdkpixbuf2 INSTALL_TARGET= # empty NO_ARCH= yes OPTIONS_DEFINE= NOTIFYD OPTIONS_DEFAULT= NOTIFYD OPTIONS_SUB= yes NOTIFYD_DESC= Install xfce4-notifyd theme post-patch: # Remove .orig files @${RM} ${WRKSRC}/src/gtk-?.0/*.orig do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/Numix .for dir in assets gtk-2.0 gtk-3.0 gtk-3.20 metacity-1 openbox-3 xfwm4 @cd ${WRKSRC}/src && \ ${COPYTREE_SHARE} ${dir} \ ${STAGEDIR}${PREFIX}/share/themes/Numix \ "! -name thumbnail.png ! -name all-assets* ! -path *scss*" .endfor ${INSTALL_DATA} ${WRKSRC}/src/index.theme \ ${STAGEDIR}${PREFIX}/share/themes/Numix do-install-NOTIFYD-on: @cd ${WRKSRC}/src && \ ${COPYTREE_SHARE} xfce-notify-4.0 \ ${STAGEDIR}${PREFIX}/share/themes/Numix .include diff --git a/x11-themes/numix-icon-theme-circle/Makefile b/x11-themes/numix-icon-theme-circle/Makefile index a823c7f063ed..752c1241c29d 100644 --- a/x11-themes/numix-icon-theme-circle/Makefile +++ b/x11-themes/numix-icon-theme-circle/Makefile @@ -1,21 +1,19 @@ -# Created by: Alexander Vereeken - PORTNAME= numix-icon-theme-circle DISTVERSION= 22.04.06 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com COMMENT= Icon theme from the Numix project LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= numixproject NO_ARCH= yes NO_BUILD= yes do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} Numix-Circle ${STAGEDIR}${PREFIX}/share/icons .include diff --git a/x11-themes/pop-gtk-themes/Makefile b/x11-themes/pop-gtk-themes/Makefile index ede8a2772f44..f636d165f421 100644 --- a/x11-themes/pop-gtk-themes/Makefile +++ b/x11-themes/pop-gtk-themes/Makefile @@ -1,31 +1,29 @@ -# Created by: Alexander Vereeken - PORTNAME= pop-gtk-themes DISTVERSIONPREFIX= v DISTVERSION= 5.3.1 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com COMMENT= System76 Pop GTK+ Theme LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash>0:shells/bash \ coreutils>0:sysutils/coreutils \ sassc>0:textproc/sassc USES= gnome meson python shebangfix pkgconfig USE_GNOME= glib20:build USE_GITHUB= yes GH_ACCOUNT= pop-os GH_PROJECT= gtk-theme NO_ARCH= yes BINARY_ALIAS= realpath=grealpath SHEBANG_LANG= ${PYTHON_CMD} SHEBANG_FILES= gnome-shell/gresources-xml-parser.py \ gnome-shell/copy-and-rename.py .include diff --git a/x11-themes/pop-icon-theme/Makefile b/x11-themes/pop-icon-theme/Makefile index 794b6096d0cc..1afc2e1b55f1 100644 --- a/x11-themes/pop-icon-theme/Makefile +++ b/x11-themes/pop-icon-theme/Makefile @@ -1,20 +1,18 @@ -# Created by: Alexander Vereeken - PORTNAME= pop-icon-theme DISTVERSION= 20210111 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com COMMENT= System76 Pop icon Theme LICENSE= CC-BY-NC-SA-4.0 LICENSE_FILE= ${WRKSRC}/COPYING USES= meson USE_GITHUB= yes GH_ACCOUNT= pop-os GH_PROJECT= icon-theme GH_TAGNAME= ef2be60 NO_ARCH= yes .include diff --git a/x11-themes/qogir-gtk-themes/Makefile b/x11-themes/qogir-gtk-themes/Makefile index 05ee12bb671b..ad0cfc7f2101 100644 --- a/x11-themes/qogir-gtk-themes/Makefile +++ b/x11-themes/qogir-gtk-themes/Makefile @@ -1,32 +1,30 @@ -# Created by: Alexander Vereeken - PORTNAME= qogir-gtk-themes DISTVERSION= 2021-11-17 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com COMMENT= Qogir is a flat Design theme for GTK LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash>0:shells/bash \ gsed:textproc/gsed \ sassc>0:textproc/sassc RUN_DEPENDS= gtk-murrine-engine>0:x11-themes/gtk-murrine-engine \ gtk-engines2>0:x11-themes/gtk-engines2 USES= shebangfix SHEBANG_FILES= install.sh USE_GITHUB= yes GH_ACCOUNT= vinceliuice GH_PROJECT= Qogir-theme NO_ARCH= yes NO_BUILD= yes do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/themes ${WRKSRC}/install.sh -t all -d ${STAGEDIR}${PREFIX}/share/themes .include diff --git a/x11-themes/qogir-icon-themes/Makefile b/x11-themes/qogir-icon-themes/Makefile index 301da81860f7..057a8c34e3ed 100644 --- a/x11-themes/qogir-icon-themes/Makefile +++ b/x11-themes/qogir-icon-themes/Makefile @@ -1,30 +1,28 @@ -# Created by: Alexander Vereeken - PORTNAME= qogir-icon-themes DISTVERSION= 2021-10-14 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com COMMENT= Flat colorful design icon theme for linux desktops LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash>0:shells/bash \ gsed:textproc/gsed USES= shebangfix USE_GITHUB= yes GH_ACCOUNT= vinceliuice GH_PROJECT= Qogir-icon-theme SHEBANG_FILES= install.sh BINARY_ALIAS= gtk-update-icon-cache=${TRUE} NO_ARCH= yes NO_BUILD= yes do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons ${SETENV} PATH="${PATH}" ${WRKSRC}/install.sh -d ${STAGEDIR}${PREFIX}/share/icons .include diff --git a/x11-themes/qt5-style-plugins/Makefile b/x11-themes/qt5-style-plugins/Makefile index 49a3a296b26f..aa4446147e3f 100644 --- a/x11-themes/qt5-style-plugins/Makefile +++ b/x11-themes/qt5-style-plugins/Makefile @@ -1,29 +1,27 @@ -# Created by: Marie Loise Nolden - PORTNAME= qt5-style-plugins DISTVERSIONPREFIX= v DISTVERSION= 5.0.0-23 DISTVERSIONSUFFIX= -g335dbe PORTREVISION= 10 CATEGORIES= x11-themes DIST_SUBDIR= KDE/Qt/addons MAINTAINER= kde@FreeBSD.org COMMENT= Additional Styles for Qt 5 and KDE LICENSE= LGPL21 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 USES= compiler:c++11-lang gettext-runtime gl gnome pkgconfig qmake \ qt:5 xorg USE_GITHUB= yes GH_ACCOUNT= qt GH_PROJECT= qtstyleplugins USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango USE_QT= core dbus gui widgets buildtools_build USE_GL= gl USE_XORG= x11 xext .include diff --git a/x11-themes/sawfish-themes/Makefile b/x11-themes/sawfish-themes/Makefile index d4c0bc0a8911..65abf76aa8ad 100644 --- a/x11-themes/sawfish-themes/Makefile +++ b/x11-themes/sawfish-themes/Makefile @@ -1,35 +1,33 @@ -# Created by: Alexey Mikhailov - PORTNAME= sawfish-themes PORTVERSION= 0.13 CATEGORIES= x11-themes MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Themes for Sawfish window manager LICENSE= GPLv2 RUN_DEPENDS= sawfish:x11-wm/sawfish WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes DATA_DIRS= 2YearsToNever Anonymous Aquiline BWM Big Blackwindow \ Bubbles_Exact CoolClean Derivative DoubleHeliX Elberg Empire \ FinalStep Greene2.0 Hacksaw HeliX Klarth Microtene \ OrangeJuice SawLook SawthenaForever Strap Studio T-16-blue \ T-16-red T-16-yellow Titanium V absolute-metal bluefoo \ debian gorilla gorillaz mxflat typo post-extract: ${FIND} ${WRKSRC} -name .xvpics | ${XARGS} ${RM} -r do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/sawfish/themes cd ${WRKSRC} && ${COPYTREE_SHARE} "${DATA_DIRS}" \ ${STAGEDIR}${PREFIX}/share/sawfish/themes .include diff --git a/x11-themes/sierra-gtk-themes/Makefile b/x11-themes/sierra-gtk-themes/Makefile index 215242675ca1..2f2687e61873 100644 --- a/x11-themes/sierra-gtk-themes/Makefile +++ b/x11-themes/sierra-gtk-themes/Makefile @@ -1,33 +1,31 @@ -# Created by: Alexander Vereeken - PORTNAME= sierra-gtk-themes DISTVERSION= 2019-12-16 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com COMMENT= MacOS High Sierra like theme for GTK 3, GTK 2 and Gnome-Shell etc LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash>0:shells/bash RUN_DEPENDS= gtk-murrine-engine>0:x11-themes/gtk-murrine-engine \ gtk-engines2>0:x11-themes/gtk-engines2 USES= shebangfix SHEBANG_FILES= install.sh USE_GITHUB= yes GH_ACCOUNT= vinceliuice GH_PROJECT= Sierra-gtk-theme NO_ARCH= yes NO_BUILD= yes post-patch: @${REINPLACE_CMD} -e 's|cp -ur|cp -pr|g' ${WRKSRC}/install.sh do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/themes ${WRKSRC}/install.sh -d ${STAGEDIR}${PREFIX}/share/themes .include diff --git a/x11-themes/skeuos-gtk-themes/Makefile b/x11-themes/skeuos-gtk-themes/Makefile index aee6668783fb..29edb00644a9 100644 --- a/x11-themes/skeuos-gtk-themes/Makefile +++ b/x11-themes/skeuos-gtk-themes/Makefile @@ -1,20 +1,18 @@ -# Created by: Alexander Vereeken - PORTNAME= skeuos-gtk DISTVERSION= 20220315 CATEGORIES= x11-themes PKGNAMESUFFIX= -themes MAINTAINER= Alexander88207@protonmail.com COMMENT= Light and dark colorful Gtk3.20+ theme LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake USE_GITHUB= yes GH_ACCOUNT= daniruiz NO_ARCH= yes .include diff --git a/x11-themes/slim-themes/Makefile b/x11-themes/slim-themes/Makefile index b2ae6efbcdc2..5dcbb20012fd 100644 --- a/x11-themes/slim-themes/Makefile +++ b/x11-themes/slim-themes/Makefile @@ -1,79 +1,77 @@ -# Created by: Eygene Ryabinkin - PORTNAME= slim-themes PORTVERSION= 1.0.1 PORTREVISION= 2 CATEGORIES= x11-themes MASTER_SITES= http://dist.codelabs.ru/fbsd/ports/slim-themes/:new_themes \ http://dist.codelabs.ru/fbsd/ports/slim-themes/:old_themes \ SF/slim.berlios/:old_themes MAINTAINER= d.oriented@gmail.com COMMENT= Theme pack for SLiM login app RUN_DEPENDS= slim>=0:x11/slim NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes SHAREMODE= 644 THEMEDIR_REL= share/slim/themes THEMEDIR= ${PREFIX}/${THEMEDIR_REL} PLIST_SUB+= THEMEDIR=${THEMEDIR_REL} OPTIONS_MULTI= THEME OPTIONS_SUB= yes THEME_DESC= Available SLiM Themes # Format is 'variable name%description%archive name%unpacked dir%dest # dir%master site tag' THEMELIST= GENTOO_SIMPLE%Gentoo+simple+theme%slim-gentoo-simple.tar.bz2%slim-gentoo-simple%gentoo-simple%old_themes \ ARCHLINUX_SIMPLE%ArchLinux+simple+theme%slim-archlinux-simple.tar.gz%slim-archlinux-simple%archlinux-simple%old_themes \ DEBIAN_MOREBLUE%Debian+moreblue+theme%slim-debian-moreblue.tar.bz2%debian-moreblue%debian-moreblue%old_themes \ FINGERPRINT%Fingerprint+theme%slim-fingerprint.tar.gz%fingerprint%fingerprint%old_themes \ FLAT%Flat+theme%slim-flat.tar.gz%flat%flat%old_themes \ LAKE%Lake+theme%slim-lake.tar.gz%lake%lake%old_themes \ RAINBOW%Rainbow+theme%slim-rainbow.tar.gz%rainbow%rainbow%old_themes \ REAR_WINDOW%Rear+Window+theme%slim-rear-window.tar.gz%rear-window%rear-window%old_themes \ SCOTLAND_ROAD%Scotland+Road+theme%slim-scotland-road.tar.gz%scotland-road%scotland-road%old_themes \ SUBWAY%Subway+theme%slim-subway.tar.gz%subway%subway%old_themes \ WAVE%Wave+theme%slim-wave.tar.gz%wave%wave%old_themes \ LUNAR_LINUX%Lunar+Linux+theme%slim-lunar-0.4.tar.bz2%slim-lunar-0.4%lunar%old_themes \ ZENWALK%Zenwalk+theme%slim-zenwalk.tar.gz%Zenwalk%zenwalk%old_themes \ PARALLEL_DIMS%Parallel+Dimensions+theme%slim-parallel-dimensions.tar.gz%parallel-dimensions%parallel-dimensions%old_themes \ CAPERNOITED%Capernoited+theme%slim-capernoited.tar.gz%capernoited%capernoited%old_themes \ MINDLOCK%Mindlock+theme%slim-mindlock.tar.gz%mindlock%mindlock%old_themes \ FLOWER2%Flower2+theme%slim-flower2.tar.gz%flower2%flower2%old_themes \ FREEBSD%FreeBSD+theme%fbsd-slim-theme.tar.bz2%fbsd%fbsd%new_themes \ GNEWSENSE%gNewSense+theme%slim-gnewsense-1.1.tar.bz2%slim-gnewsense-1.1%gnewsense%new_themes .for n desc d sdir ddir mtag in ${THEMELIST:S/%/ /g} ${n}_DISTFILES= ${d}:${mtag} ${n}_SDIR= ${sdir} ${n}_DDIR= ${ddir} OPTIONS_MULTI_THEME+= ${n} ${n}_DESC= ${desc:S/+/ /g} .endfor OPTIONS_DEFAULT= ${OPTIONS_MULTI_THEME} .include .if ${PORT_OPTIONS:MPARALLEL_DIMS} EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-parallel-dimensions-slim.theme post-patch: @${RM} ${WRKSRC}/parallel-dimensions/slim.theme.orig .endif # ${PORT_OPTIONS:MPARALLEL_DIMS} do-install: ${MKDIR} ${STAGEDIR}${THEMEDIR} .for n in ${OPTIONS_MULTI_THEME} .if ${PORT_OPTIONS:M${n}} ${MKDIR} ${STAGEDIR}${THEMEDIR}/${${n}_DDIR} cd "${WRKSRC}/${${n}_SDIR}" && \ ${COPYTREE_SHARE} . ${STAGEDIR}${THEMEDIR}/${${n}_DDIR} .endif # ${PORT_OPTIONS:M${n}} .endfor .include diff --git a/x11-themes/win98se-icon-theme/Makefile b/x11-themes/win98se-icon-theme/Makefile index 0ac6fcd47265..761c844a180c 100644 --- a/x11-themes/win98se-icon-theme/Makefile +++ b/x11-themes/win98se-icon-theme/Makefile @@ -1,23 +1,21 @@ -# Created by: Alexander Vereeken - PORTNAME= win98se-icon-theme DISTVERSIONPREFIX= v DISTVERSION= 0.2.13 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com COMMENT= Enhanced Classic Win98SE icon theme LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= nestoris GH_PROJECT= Win98SE NO_ARCH= yes NO_BUILD= yes do-install: (cd ${WRKSRC} && ${COPYTREE_SHARE} SE98 ${STAGEDIR}${PREFIX}/share/icons) .include diff --git a/x11-themes/xfce-icons-elementary/Makefile b/x11-themes/xfce-icons-elementary/Makefile index d1f1a68f7ae3..125a916f7094 100644 --- a/x11-themes/xfce-icons-elementary/Makefile +++ b/x11-themes/xfce-icons-elementary/Makefile @@ -1,31 +1,29 @@ -# Created by: Matthias Petermann - PORTNAME= elementary PORTVERSION= 0.17 DISTVERSIONPREFIX=v CATEGORIES= x11-themes xfce PKGNAMEPREFIX= xfce-icons- MAINTAINER= xfce@FreeBSD.org COMMENT= Elementary icons, extended and maintained for Xfce LICENSE= GPLv2 BUILD_DEPENDS= optipng:graphics/optipng USES= compiler:c11 gnome pkgconfig USE_GNOME= gdkpixbuf2:build gtk30:build HAS_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= shimmerproject GH_PROJECT= elementary-xfce NO_ARCH= yes post-patch: ${REINPLACE_CMD} -e 's|\/$$(PREFIX)|$$(PREFIX)|g' \ ${WRKSRC}/Makefile.in .include diff --git a/x11-themes/yaru-gtk-themes/Makefile b/x11-themes/yaru-gtk-themes/Makefile index 1a606c2ec047..d7b7c14d22e2 100644 --- a/x11-themes/yaru-gtk-themes/Makefile +++ b/x11-themes/yaru-gtk-themes/Makefile @@ -1,44 +1,42 @@ -# Created by: Alexander Vereeken - PORTNAME= yaru-gtk-themes DISTVERSION= 22.04.3.1 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com COMMENT= Default GTK theme for Ubuntu LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash>0:shells/bash \ coreutils>0:sysutils/coreutils \ sassc:textproc/sassc RUN_DEPENDS= gtk-engines2>0:x11-themes/gtk-engines2 \ gtk-murrine-engine>0:x11-themes/gtk-murrine-engine USES= gnome meson pkgconfig python shebangfix USE_GNOME= glib20:build USE_GITHUB= yes GH_ACCOUNT= ubuntu GH_PROJECT= yaru NO_ARCH= yes BINARY_ALIAS= realpath=grealpath MESON_ARGS= -Dcinnamon-dark=true \ -Dcinnamon-shell=true \ -Dcinnamon=true \ -Dicons=false \ -Dmate-dark=true \ -Dmate=true \ -Dsessions=false \ -Dsounds=false \ -Dxfwm4=true SHEBANG_LANG= ${PYTHON_CMD} SHEBANG_FILES= cinnamon-shell/src/post_install.py common/colorize-dummy-svg.py \ gnome-shell/gresources-xml-parser.py gtk/src/post_install.py \ metacity/src/post_install.py .include diff --git a/x11-themes/yaru-icon-theme/Makefile b/x11-themes/yaru-icon-theme/Makefile index 53bb9ca022c2..468d58a84ac5 100644 --- a/x11-themes/yaru-icon-theme/Makefile +++ b/x11-themes/yaru-icon-theme/Makefile @@ -1,37 +1,35 @@ -# Created by: Alexander Vereeken - PORTNAME= yaru-icon-theme DISTVERSION= 22.04.3.1 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com COMMENT= Default icon theme for Ubuntu LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash>0:shells/bash \ coreutils>0:sysutils/coreutils \ sassc:textproc/sassc USES= gnome meson ninja python shebangfix USE_GNOME= glib20:build USE_GITHUB= yes GH_ACCOUNT= ubuntu GH_PROJECT= yaru NO_ARCH= yes BINARY_ALIAS= realpath=grealpath MESON_ARGS= -Dgnome-shell=false \ -Dgtk=false \ -Dgtksourceview=false \ -Dmetacity=false \ -Dsessions=false \ -Dsounds=false SHEBANG_LANG= ${PYTHON_CMD} SHEBANG_FILES= icons/meson/post_install.py icons/src/generate-index-theme.py .include diff --git a/x11-themes/zorin-icon-themes/Makefile b/x11-themes/zorin-icon-themes/Makefile index 1cdf195f330c..059105cacdc9 100644 --- a/x11-themes/zorin-icon-themes/Makefile +++ b/x11-themes/zorin-icon-themes/Makefile @@ -1,23 +1,21 @@ -# Created by: Alexander Vereeken - PORTNAME= zorin-icon-themes DISTVERSION= 2.9.7 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com COMMENT= Zorin OS icon theme LICENSE= CC-BY-SA-4.0 LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= ZorinOS NO_ARCH= yes NO_BUILD= yes do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons ${CP} -R ${WRKSRC}/Zorin* ${STAGEDIR}${PREFIX}/share/icons .include