Skip to content

Commit

Permalink
deskutils: move a bunch of desktop utilities to the right place
Browse files Browse the repository at this point in the history
Move some of the desktop utilities I do maintain to the right category
While here remove the x11 category from i3status which has never been
related to x11 at all
  • Loading branch information
bapt committed Jul 1, 2022
1 parent b2eed2d commit 9242049
Show file tree
Hide file tree
Showing 20 changed files with 11 additions and 8 deletions.
4 changes: 4 additions & 0 deletions MOVED
Expand Up @@ -17480,3 +17480,7 @@ deskutils/bitcollider||2022-06-30|Has expired: bitzi.com is no longer available,
converters/htx||2022-06-30|Has expired: XHTML is considered obsolete in favor of HTML5
www/getleft||2022-06-30|Has expired: Abandonware last updated on 2008
ftp/wxdfast||2022-06-30|Has expired: Last release in 2009, doesn't support https, depends on deprecated wxgtk28 and dead upstream. Please consider using net/uget
x11/dmenu-wayland||2022-07-01|move desktop utility to its right category
x11/i3lock||2022-07-01|move desktop utility to its right category
x11/i3status||2022-07-01|move desktop utility to its right category
x11/xcbautolock||2022-07-01|move desktop utility to its right category
3 changes: 3 additions & 0 deletions deskutils/Makefile
Expand Up @@ -42,6 +42,7 @@
SUBDIR += dailystrips
SUBDIR += deforaos-todo
SUBDIR += dfshow
SUBDIR += dmenu-wayland
SUBDIR += docear
SUBDIR += dosage
SUBDIR += dstask
Expand Down Expand Up @@ -121,6 +122,8 @@
SUBDIR += hot-babe
SUBDIR += howm
SUBDIR += hs-arbtt
SUBDIR += i3lock
SUBDIR += i3status
SUBDIR += ical
SUBDIR += itinerary
SUBDIR += jjclient
Expand Down
@@ -1,7 +1,7 @@
PORTNAME= dmenu-wayland
PORTVERSION= 0.1
DISTVERSIONPREFIX= v
CATEGORIES= x11 wayland
CATEGORIES= deskutils wayland

PATCH_SITES= https://github.com/nyyManni/dmenu-wayland/commit/
PATCHFILES= b646f4d14c627d9a4300d9d015fb8e9b5cb2abef.patch:-p1
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion x11/i3lock/Makefile → deskutils/i3lock/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= i3lock
PORTVERSION= 2.13
CATEGORIES= x11
CATEGORIES= deskutils x11
MASTER_SITES= http://i3wm.org/${PORTNAME}/

MAINTAINER= bapt@FreeBSD.org
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion x11/i3status/Makefile → deskutils/i3status/Makefile
@@ -1,6 +1,6 @@
PORTNAME= i3status
PORTVERSION= 2.14
CATEGORIES= x11
CATEGORIES= deskutils
MASTER_SITES= http://i3wm.org/i3status/

MAINTAINER= bapt@FreeBSD.org
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -1,6 +1,6 @@
PORTNAME= xcbautolock
PORTVERSION= 0.2.2
CATEGORIES= x11
CATEGORIES= deskutils x11

MAINTAINER= bapt@FreeBSD.org
COMMENT= XCB base autolocker
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions x11/Makefile
Expand Up @@ -51,7 +51,6 @@
SUBDIR += deskmenu
SUBDIR += disman
SUBDIR += dmenu
SUBDIR += dmenu-wayland
SUBDIR += docker-tray
SUBDIR += dsbautostart
SUBDIR += dsbxinput
Expand Down Expand Up @@ -110,9 +109,7 @@
SUBDIR += hs-xmobar
SUBDIR += hsetroot
SUBDIR += i3blocks
SUBDIR += i3lock
SUBDIR += i3lock-color
SUBDIR += i3status
SUBDIR += iceauth
SUBDIR += ico
SUBDIR += idesk
Expand Down Expand Up @@ -447,7 +444,6 @@
SUBDIR += xcb-util-renderutil
SUBDIR += xcb-util-wm
SUBDIR += xcb-util-xrm
SUBDIR += xcbautolock
SUBDIR += xclickroot
SUBDIR += xclip
SUBDIR += xclipboard
Expand Down

0 comments on commit 9242049

Please sign in to comment.