diff options
author | danfe <danfe@FreeBSD.org> | 2017-02-01 00:29:42 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2017-02-01 00:29:42 +0800 |
commit | f8467b2d78c14e29dd434affd867471fa10d6812 (patch) | |
tree | 6e72a1d2c58240d0a3fa924f04d9b5b43c1b88e4 /graphics | |
parent | 48c5f937ec959f79c0ce5e2d971f14a184ef30bc (diff) | |
download | freebsd-ports-gnome-f8467b2d78c14e29dd434affd867471fa10d6812.tar.gz freebsd-ports-gnome-f8467b2d78c14e29dd434affd867471fa10d6812.tar.zst freebsd-ports-gnome-f8467b2d78c14e29dd434affd867471fa10d6812.zip |
Move to a better category (alongside with `x11/xsetroot', for example).
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/hsetroot/Makefile | 32 | ||||
-rw-r--r-- | graphics/hsetroot/distinfo | 3 | ||||
-rw-r--r-- | graphics/hsetroot/files/patch-Makefile | 28 | ||||
-rw-r--r-- | graphics/hsetroot/files/patch-outputs__xrandr.c | 12 | ||||
-rw-r--r-- | graphics/hsetroot/pkg-descr | 16 |
6 files changed, 0 insertions, 92 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 52c3e3ffbf4d..10a3eb47641d 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -338,7 +338,6 @@ SUBDIR += hs-dia-base SUBDIR += hs-dia-functions SUBDIR += hs-svgcairo - SUBDIR += hsetroot SUBDIR += hugin SUBDIR += icat SUBDIR += icc-profiles-basiccolor diff --git a/graphics/hsetroot/Makefile b/graphics/hsetroot/Makefile deleted file mode 100644 index cfde75671bbc..000000000000 --- a/graphics/hsetroot/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: Vincent Tantardini <vinc@freebsd-fr.org> -# $FreeBSD$ - -PORTNAME= hsetroot -PORTVERSION= 1.0.2 -PORTREVISION= 12 -CATEGORIES= graphics - -MAINTAINER= ports@FreeBSD.org -COMMENT= Wallpaper manipulation utility for X11 - -LICENSE= GPLv2 - -LIB_DEPENDS= libImlib2.so:graphics/imlib2 - -USE_GITHUB= yes -GH_ACCOUNT= himdel -GH_TAGNAME= 47d887b - -USES= pkgconfig -USE_XORG= x11 - -PLIST_FILES= bin/hsetroot -PORTDOCS= README.md - -OPTIONS_DEFINE= DOCS - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/*.md ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/graphics/hsetroot/distinfo b/graphics/hsetroot/distinfo deleted file mode 100644 index a0852829ea3c..000000000000 --- a/graphics/hsetroot/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1455408551 -SHA256 (himdel-hsetroot-1.0.2-47d887b_GH0.tar.gz) = 5d84b6f34e9c6d2e33a6bbe7a41be5b3100782603b1a4b07e8705a204b39d9be -SIZE (himdel-hsetroot-1.0.2-47d887b_GH0.tar.gz) = 5827 diff --git a/graphics/hsetroot/files/patch-Makefile b/graphics/hsetroot/files/patch-Makefile deleted file mode 100644 index 042418fa0368..000000000000 --- a/graphics/hsetroot/files/patch-Makefile +++ /dev/null @@ -1,28 +0,0 @@ ---- Makefile.orig 2016-02-14 00:09:11 UTC -+++ Makefile -@@ -1,4 +1,4 @@ --CC=gcc -+CC?=gcc - - CFLAGS?=-g -O2 -Wall - LDFLAGS?= -@@ -9,14 +9,17 @@ LDFLAGS+=`pkg-config x11 --libs` - CFLAGS+=`pkg-config imlib2 --cflags` - LDFLAGS+=`pkg-config imlib2 --libs` - -+all: hsetroot -+ - hsetroot: hsetroot.o outputs_xrandr.o -+ $(CC) $(LDFLAGS) -o $@ $> - - hsetroot.o: hsetroot.c outputs.h - --outputs.o: outputs.c outputs.h -+outputs_xrandr.o: outputs_xrandr.c outputs.h - - install: hsetroot -- install -st /usr/local/bin/ hsetroot -+ $(BSD_INSTALL_PROGRAM) $> $(DESTDIR)$(PREFIX)/bin - - clean: - rm -f hsetroot *.o diff --git a/graphics/hsetroot/files/patch-outputs__xrandr.c b/graphics/hsetroot/files/patch-outputs__xrandr.c deleted file mode 100644 index ffa443d67e97..000000000000 --- a/graphics/hsetroot/files/patch-outputs__xrandr.c +++ /dev/null @@ -1,12 +0,0 @@ ---- outputs_xrandr.c.orig 2016-02-14 00:09:11 UTC -+++ outputs_xrandr.c -@@ -31,7 +31,8 @@ OutputInfo - close(pipefd[0]); - dup2(pipefd[1], STDOUT_FILENO); - -- system("xrandr | grep ' connected' | sed -e 's/^.*\\s\\+\\([0-9]\\+x[0-9]\\+[-+][0-9]\\+[-+][0-9]\\+\\)\\s\\+.*$/\\1/'"); -+ //system("xrandr | grep ' connected' | gsed -e 's/^.*\\s\\+\\([0-9]\\+x[0-9]\\+[-+][0-9]\\+[-+][0-9]\\+\\)\\s\\+.*$/\\1/'"); -+ system("xrandr | grep ' connected' | sed -E -e 's/^.*[[:blank:]]+([0-9]+x[0-9]+[-+][0-9]+[-+][0-9]+)[[:blank:]]+.*$/\\1/'"); - - close(pipefd[1]); - _exit(0); diff --git a/graphics/hsetroot/pkg-descr b/graphics/hsetroot/pkg-descr deleted file mode 100644 index 4f5e7c4a8afe..000000000000 --- a/graphics/hsetroot/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -hsetroot is a tool which allows you to compose wallpapers ("root pixmaps") -for X11. It has a lot of options like rendering gradients, solids, images -but it also allows you to perform manipulations on those things, or chain -them together. You could use one standard background image for instance, -and using tint to make it fit your current theme. And yes, of course it is -compatible with semi-translucent applications like aterm and xchat. - -At this time, hsetroot can render: gradients (multi-color with variable -distance), solids (rectangles) and images (centered, tiled, fullscreen, or -maximum aspect). It supports the following manipulations: tinting -(overlaying a color mask), blurring, sharpening, flipping (horizontally, -diagonally, vertically) it also allows you to adjust brightness, contrast -and gamma-level. hsetroot also supports alpha-channels when rendering -things. - -WWW: https://github.com/himdel/hsetroot |