aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-06-26 21:52:22 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-06-26 21:52:22 +0000
commitd61aa3191675aa9e1ab149d4ae144d9dee14a539 (patch)
treee1cbcbd6a80f391a16952a702dcd3cad5c939ec8
parent0330edd505940ac5f0602bb791174d9d381c921e (diff)
downloadports-d61aa3191675aa9e1ab149d4ae144d9dee14a539.tar.gz
ports-d61aa3191675aa9e1ab149d4ae144d9dee14a539.zip
Add x11/slim to RUN_DEPENDS of SLiM themes ports
Reported by: adamw Approved by: portmgr (missing dependencies blanket)
Notes
Notes: svn path=/head/; revision=540543
-rw-r--r--x11-themes/slim-freebsd-black-theme/Makefile5
-rw-r--r--x11-themes/slim-freebsd-dark-theme/Makefile4
-rw-r--r--x11-themes/slim-freebsd-themes/Makefile3
-rw-r--r--x11-themes/slim-themes/Makefile4
4 files changed, 12 insertions, 4 deletions
diff --git a/x11-themes/slim-freebsd-black-theme/Makefile b/x11-themes/slim-freebsd-black-theme/Makefile
index 253620654c6c..abbd89673537 100644
--- a/x11-themes/slim-freebsd-black-theme/Makefile
+++ b/x11-themes/slim-freebsd-black-theme/Makefile
@@ -2,7 +2,7 @@
PORTNAME= slim-freebsd-black-theme
DISTVERSION= 1.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-themes
MASTER_SITES= https://bitbucket.org/rigoletto-freebsd/slim-freebsd-black-theme/get/
@@ -12,7 +12,8 @@ COMMENT= Simple FreeBSD SLiM theme inspired on the FreeBSD SLiM theme
LICENSE= CC-BY-4.0
LICENSE_FILE= ${WRKSRC}/COPYING
-RUN_DEPENDS= montserrat>=0:x11-fonts/montserrat
+RUN_DEPENDS= montserrat>=0:x11-fonts/montserrat \
+ slim>=0:x11/slim
NO_ARCH= yes
NO_BUILD= yes
diff --git a/x11-themes/slim-freebsd-dark-theme/Makefile b/x11-themes/slim-freebsd-dark-theme/Makefile
index 3d9eb14fc8be..c6cf1ed6b8f1 100644
--- a/x11-themes/slim-freebsd-dark-theme/Makefile
+++ b/x11-themes/slim-freebsd-dark-theme/Makefile
@@ -3,7 +3,7 @@
PORTNAME= slim-freebsd-dark-theme
DISTVERSIONPREFIX= v
DISTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-themes
MAINTAINER= miguel@gocobachi.dev
@@ -12,6 +12,8 @@ COMMENT= Minimalist FreeBSD black/red colors theme for SLiM
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+RUN_DEPENDS= slim>=0:x11/slim
+
USE_GITHUB= yes
GH_ACCOUNT= gocobachi
diff --git a/x11-themes/slim-freebsd-themes/Makefile b/x11-themes/slim-freebsd-themes/Makefile
index 1201081b802a..1c71d7ba887e 100644
--- a/x11-themes/slim-freebsd-themes/Makefile
+++ b/x11-themes/slim-freebsd-themes/Makefile
@@ -2,6 +2,7 @@
PORTNAME= slim-freebsd-themes
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= x11-themes
MASTER_SITES= LOCAL/decke
DISTFILES= slim-freebsd-beastie.tar.gz slim-freebsd-simple.tar.gz
@@ -11,6 +12,8 @@ COMMENT= FreeBSD Theme pack for SLiM login app
LICENSE= CC-BY-SA-4.0
+RUN_DEPENDS= slim>=0:x11/slim
+
NO_BUILD= yes
NO_WRKSUBDIR= yes
SHAREMODE= 644
diff --git a/x11-themes/slim-themes/Makefile b/x11-themes/slim-themes/Makefile
index 3c158793bb28..f9659577af85 100644
--- a/x11-themes/slim-themes/Makefile
+++ b/x11-themes/slim-themes/Makefile
@@ -3,7 +3,7 @@
PORTNAME= slim-themes
PORTVERSION= 1.0.1
-PORTREVISION= 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 \
@@ -13,6 +13,8 @@ DISTFILES=
MAINTAINER= ports@FreeBSD.org
COMMENT= Theme pack for SLiM login app
+RUN_DEPENDS= slim>=0:x11/slim
+
NO_BUILD= yes
NO_WRKSUBDIR= yes
SHAREMODE= 644