pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics
Module Name: pkgsrc
Committed By: nia
Date: Sat May 24 00:30:20 UTC 2025
Modified Files:
pkgsrc/graphics: Makefile
Added Files:
pkgsrc/graphics/onestepback-gtk-theme: DESCR Makefile PLIST distinfo
Log Message:
onestepback-gtk-theme: Initial import.
OneStepBack is a Gtk 2, 3 and 4 theme with some colors and embossed widgets
inspired by the good old NeXTSTEP look.
It is developed from scratch, is light and minimal, uses only three shades
of grays and one color.
To generate a diff of this commit:
cvs rdiff -u -r1.1088 -r1.1089 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/onestepback-gtk-theme/DESCR \
pkgsrc/graphics/onestepback-gtk-theme/Makefile \
pkgsrc/graphics/onestepback-gtk-theme/PLIST \
pkgsrc/graphics/onestepback-gtk-theme/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/Makefile
diff -u pkgsrc/graphics/Makefile:1.1088 pkgsrc/graphics/Makefile:1.1089
--- pkgsrc/graphics/Makefile:1.1088 Thu May 22 20:54:15 2025
+++ pkgsrc/graphics/Makefile Sat May 24 00:30:20 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1088 2025/05/22 20:54:15 nia Exp $
+# $NetBSD: Makefile,v 1.1089 2025/05/24 00:30:20 nia Exp $
#
COMMENT= Graphics tools and libraries
@@ -388,6 +388,7 @@ SUBDIR+= nvtv
SUBDIR+= ocaml-cairo
SUBDIR+= ocrad
SUBDIR+= oculante
+SUBDIR+= onestepback-gtk-theme
SUBDIR+= opencolorio
SUBDIR+= opencsg
SUBDIR+= opencv
Added files:
Index: pkgsrc/graphics/onestepback-gtk-theme/DESCR
diff -u /dev/null pkgsrc/graphics/onestepback-gtk-theme/DESCR:1.1
--- /dev/null Sat May 24 00:30:20 2025
+++ pkgsrc/graphics/onestepback-gtk-theme/DESCR Sat May 24 00:30:20 2025
@@ -0,0 +1,5 @@
+OneStepBack is a Gtk 2, 3 and 4 theme with some colors and embossed widgets
+inspired by the good old NeXTSTEP look.
+
+It is developed from scratch, is light and minimal, uses only three shades
+of grays and one color.
Index: pkgsrc/graphics/onestepback-gtk-theme/Makefile
diff -u /dev/null pkgsrc/graphics/onestepback-gtk-theme/Makefile:1.1
--- /dev/null Sat May 24 00:30:20 2025
+++ pkgsrc/graphics/onestepback-gtk-theme/Makefile Sat May 24 00:30:20 2025
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2025/05/24 00:30:20 nia Exp $
+
+DISTNAME= OneStepBack-v0.997
+PKGNAME= ${DISTNAME:tl:S,-v,-gtk-theme-,1}
+CATEGORIES= graphics x11
+MASTER_SITES= http://www.vide.memoire.free.fr/pages/onestepback/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://www.vide.memoire.free.fr/pages/onestepback/onestepback.php
+COMMENT= Gtk theme inspired by NeXTSTEP
+LICENSE= gnu-gpl-v3
+
+WRKSRC= ${WRKDIR}/OneStepBack
+NO_BUILD= yes
+USE_TOOLS+= pax
+USE_LANGUAGES= # none
+
+INSTALLATION_DIRS+= share/themes/OneStepBack
+
+do-install:
+.for file in LICENSE README index.theme
+ cd ${WRKSRC}/${dir} && ${INSTALL_DATA} ${file} \
+ ${DESTDIR}${PREFIX}/share/themes/OneStepBack/${file}
+.endfor
+.for dir in gtk-2.0 gtk-3.0 gtk-4.0 img
+ ${INSTALL_DATA_DIR} \
+ ${DESTDIR}${PREFIX}/share/themes/OneStepBack/${dir}
+ cd ${WRKSRC}/${dir} && ${INSTALL_DATA} * \
+ ${DESTDIR}${PREFIX}/share/themes/OneStepBack/${dir}
+.endfor
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/onestepback-gtk-theme/PLIST
diff -u /dev/null pkgsrc/graphics/onestepback-gtk-theme/PLIST:1.1
--- /dev/null Sat May 24 00:30:20 2025
+++ pkgsrc/graphics/onestepback-gtk-theme/PLIST Sat May 24 00:30:20 2025
@@ -0,0 +1,39 @@
+@comment $NetBSD: PLIST,v 1.1 2025/05/24 00:30:20 nia Exp $
+share/themes/OneStepBack/LICENSE
+share/themes/OneStepBack/README
+share/themes/OneStepBack/gtk-2.0/gtkrc
+share/themes/OneStepBack/gtk-3.0/gtk.css
+share/themes/OneStepBack/gtk-4.0/gtk.css
+share/themes/OneStepBack/img/arrow-down-disabled.png
+share/themes/OneStepBack/img/arrow-down.png
+share/themes/OneStepBack/img/arrow-left-disabled.png
+share/themes/OneStepBack/img/arrow-left.png
+share/themes/OneStepBack/img/arrow-right-disabled.png
+share/themes/OneStepBack/img/arrow-right.png
+share/themes/OneStepBack/img/arrow-up-disabled.png
+share/themes/OneStepBack/img/arrow-up.png
+share/themes/OneStepBack/img/check-checked.png
+share/themes/OneStepBack/img/check-disabled-checked.png
+share/themes/OneStepBack/img/check-disabled-unchecked.png
+share/themes/OneStepBack/img/check-unchecked.png
+share/themes/OneStepBack/img/combobox-arrow-down-disabled.png
+share/themes/OneStepBack/img/combobox-arrow-down.png
+share/themes/OneStepBack/img/menuitem-arrow-down.png
+share/themes/OneStepBack/img/menuitem-arrow-left.png
+share/themes/OneStepBack/img/menuitem-arrow-right-disabled.png
+share/themes/OneStepBack/img/menuitem-arrow-right.png
+share/themes/OneStepBack/img/menuitem-check-checked-disabled.png
+share/themes/OneStepBack/img/menuitem-check-checked.png
+share/themes/OneStepBack/img/menuitem-radio-checked-disabled.png
+share/themes/OneStepBack/img/menuitem-radio-checked.png
+share/themes/OneStepBack/img/menuitem-transparent.png
+share/themes/OneStepBack/img/radio-checked.png
+share/themes/OneStepBack/img/radio-disabled-checked.png
+share/themes/OneStepBack/img/radio-disabled-unchecked.png
+share/themes/OneStepBack/img/radio-unchecked.png
+share/themes/OneStepBack/img/scrollbar_horizontal.png
+share/themes/OneStepBack/img/scrollbar_thumb.png
+share/themes/OneStepBack/img/scrollbar_vertical.png
+share/themes/OneStepBack/img/separator_horizontal.png
+share/themes/OneStepBack/img/separator_vertical.png
+share/themes/OneStepBack/index.theme
Index: pkgsrc/graphics/onestepback-gtk-theme/distinfo
diff -u /dev/null pkgsrc/graphics/onestepback-gtk-theme/distinfo:1.1
--- /dev/null Sat May 24 00:30:20 2025
+++ pkgsrc/graphics/onestepback-gtk-theme/distinfo Sat May 24 00:30:20 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/05/24 00:30:20 nia Exp $
+
+BLAKE2s (OneStepBack-v0.997.zip) = 3f659db5aa4ee3c37e4b1c7b3b8916358bd0926f08e67602957ad76a01ad8601
+SHA512 (OneStepBack-v0.997.zip) = 24c49465ad540d6ac5e62b853854e956183c490c41c2c09188935c8dc007a758a58d8c599c284dd2ebcb32b4b37129b4e2d7c42f0a687fc784d9f9e654bbafb2
+Size (OneStepBack-v0.997.zip) = 43231 bytes
Home |
Main Index |
Thread Index |
Old Index