summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-12-08 07:59:47 +0000
committerobache <obache@pkgsrc.org>2013-12-08 07:59:47 +0000
commit109d97bccd440959982b68d8583eab5715b33872 (patch)
tree8fe4d195b11c3c353676a6485f086f78120b4dd4 /wm
parent0c281f87d689e6613da69edafd4247f78f775832 (diff)
downloadpkgsrc-109d97bccd440959982b68d8583eab5715b33872.tar.gz
Update obconf to 2.0.3 and reimport.
2.0.3: * Added Norwegian translation * Added Turkish translation * Updated Traditional Chinese, Italian, and Swedish translations * Add support for the desktop warping option * Add support for showing the popup notification when changing desktops * Better build support for Max OSX platform (no --export-dynamic) * Major layout changes * Add support for putting the move/resize popup in a fixed position on screen * Add support for the <active> window placement option * New icon by Myles Green * Show an error when the configuration file is not valid, so it doesn't get destroyed by ObConf * Add a --config-file option to specify an alternate configuration file. * Auto-load the same configuration as Openbox is using, if Openbox was run with --config-file
Diffstat (limited to 'wm')
-rw-r--r--wm/obconf/DESCR3
-rw-r--r--wm/obconf/Makefile32
-rw-r--r--wm/obconf/PLIST39
-rw-r--r--wm/obconf/distinfo7
-rw-r--r--wm/obconf/patches/patch-aa12
5 files changed, 93 insertions, 0 deletions
diff --git a/wm/obconf/DESCR b/wm/obconf/DESCR
new file mode 100644
index 00000000000..08e06e3b5e9
--- /dev/null
+++ b/wm/obconf/DESCR
@@ -0,0 +1,3 @@
+ObConf is a graphical configuration tool for the Openbox window manager.
+It allows one to change Openbox's configuration in real-time.
+One can change options such as the theme, desktop names, and focus settings.
diff --git a/wm/obconf/Makefile b/wm/obconf/Makefile
new file mode 100644
index 00000000000..cde29672aac
--- /dev/null
+++ b/wm/obconf/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.43 2013/12/08 07:59:47 obache Exp $
+
+DISTNAME= obconf-2.0.4
+CATEGORIES= wm
+MASTER_SITES= http://openbox.org/dist/obconf/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://openbox.org/wiki/ObConf:About
+COMMENT= Tool for configuring the Openbox window manager
+LICENSE= gnu-gpl-v2
+
+USE_TOOLS+= pkg-config gzip gunzip
+GNU_CONFIGURE= YES
+
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "Linux"
+USE_TOOLS+= gtar:run
+CONFIGURE_ENV+= ac_cv_prog_TAR=${GTAR:Q}
+.else
+USE_TOOLS+= tar:run
+CONFIGURE_ENV+= ac_cv_prog_TAR=${TAR:Q}
+.endif
+
+.include "../../databases/shared-mime-info/mimedb.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/libglade/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+BUILDLINK_API_DEPENDS.openbox+= openbox>=3.5.2
+.include "../../wm/openbox/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/startup-notification/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/wm/obconf/PLIST b/wm/obconf/PLIST
new file mode 100644
index 00000000000..9caddb4376d
--- /dev/null
+++ b/wm/obconf/PLIST
@@ -0,0 +1,39 @@
+@comment $NetBSD: PLIST,v 1.7 2013/12/08 07:59:47 obache Exp $
+bin/obconf
+share/applications/obconf.desktop
+share/locale/ar/LC_MESSAGES/obconf.mo
+share/locale/be/LC_MESSAGES/obconf.mo
+share/locale/cs/LC_MESSAGES/obconf.mo
+share/locale/da/LC_MESSAGES/obconf.mo
+share/locale/de/LC_MESSAGES/obconf.mo
+share/locale/el/LC_MESSAGES/obconf.mo
+share/locale/en@boldquot/LC_MESSAGES/obconf.mo
+share/locale/en@quot/LC_MESSAGES/obconf.mo
+share/locale/es/LC_MESSAGES/obconf.mo
+share/locale/et/LC_MESSAGES/obconf.mo
+share/locale/fi/LC_MESSAGES/obconf.mo
+share/locale/fr/LC_MESSAGES/obconf.mo
+share/locale/he/LC_MESSAGES/obconf.mo
+share/locale/hr/LC_MESSAGES/obconf.mo
+share/locale/hu/LC_MESSAGES/obconf.mo
+share/locale/it/LC_MESSAGES/obconf.mo
+share/locale/ja/LC_MESSAGES/obconf.mo
+share/locale/lt/LC_MESSAGES/obconf.mo
+share/locale/lv/LC_MESSAGES/obconf.mo
+share/locale/nl/LC_MESSAGES/obconf.mo
+share/locale/no/LC_MESSAGES/obconf.mo
+share/locale/pl/LC_MESSAGES/obconf.mo
+share/locale/pt_BR/LC_MESSAGES/obconf.mo
+share/locale/ro/LC_MESSAGES/obconf.mo
+share/locale/ru/LC_MESSAGES/obconf.mo
+share/locale/sr/LC_MESSAGES/obconf.mo
+share/locale/sr@latin/LC_MESSAGES/obconf.mo
+share/locale/sv/LC_MESSAGES/obconf.mo
+share/locale/tr/LC_MESSAGES/obconf.mo
+share/locale/zh_CN/LC_MESSAGES/obconf.mo
+share/locale/zh_TW/LC_MESSAGES/obconf.mo
+share/mime/packages/obconf.xml
+share/mimelnk/application/x-openbox-theme.desktop
+share/obconf/obconf.glade
+share/obconf/video-display.png
+share/pixmaps/obconf.png
diff --git a/wm/obconf/distinfo b/wm/obconf/distinfo
new file mode 100644
index 00000000000..ca5702d6228
--- /dev/null
+++ b/wm/obconf/distinfo
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.11 2013/12/08 07:59:47 obache Exp $
+
+SHA1 (obconf-2.0.4.tar.gz) = 90638645b53275fda175281a1826c8c4c01746df
+RMD160 (obconf-2.0.4.tar.gz) = bbcab8ffd09f9a11b5f774c346ae60fcbd3453c3
+Size (obconf-2.0.4.tar.gz) = 456523 bytes
+SHA1 (patch-aa) = 0de087b762e8f545fa361f480a0e2e30e0ac40ee
+SHA1 (patch-ab) = cf618bda78bbf1a926a734250092f5bfa75cd178
diff --git a/wm/obconf/patches/patch-aa b/wm/obconf/patches/patch-aa
new file mode 100644
index 00000000000..62c0d10eedd
--- /dev/null
+++ b/wm/obconf/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.4 2013/12/08 07:59:47 obache Exp $
+
+--- po/Makefile.in.in.orig 2007-05-31 16:26:26.000000000 +0000
++++ po/Makefile.in.in
+@@ -30,6 +30,7 @@ gettextsrcdir = $(datadir)/gettext/po
+
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
++install_sh = @install_sh@
+ mkinstalldirs = $(SHELL) @install_sh@ -d
+ mkdir_p = @mkdir_p@
+