Index: head/x11-wm/Makefile =================================================================== --- head/x11-wm/Makefile (revision 482156) +++ head/x11-wm/Makefile (revision 482157) @@ -1,146 +1,147 @@ # $FreeBSD$ # COMMENT = X11 window managers SUBDIR += aewm SUBDIR += afterstep SUBDIR += afterstep-stable SUBDIR += amiwm SUBDIR += antiwm SUBDIR += awesome SUBDIR += awesome-vicious SUBDIR += bbkeys SUBDIR += bbpager SUBDIR += blackbox SUBDIR += bspwm SUBDIR += ccsm SUBDIR += cde SUBDIR += clementine-wm SUBDIR += compiz SUBDIR += compiz-fusion SUBDIR += compiz-plugins-extra SUBDIR += compiz-plugins-main SUBDIR += compiz-plugins-unsupported SUBDIR += compizconfig-backend-gconf SUBDIR += compizconfig-python SUBDIR += compton SUBDIR += ctwm SUBDIR += cwm SUBDIR += devilspie SUBDIR += dwm SUBDIR += e-module-alarm SUBDIR += e-module-cpu SUBDIR += e-module-deskshow SUBDIR += e-module-everything-places SUBDIR += e-module-everything-websearch SUBDIR += e-module-mem SUBDIR += e-module-rmb SUBDIR += e-module-wlan SUBDIR += e-modules SUBDIR += e16 SUBDIR += e16-docs SUBDIR += echinus SUBDIR += ede SUBDIR += emerald SUBDIR += enlightenment SUBDIR += epplets SUBDIR += euclid-wm SUBDIR += evilwm SUBDIR += fbcmd SUBDIR += fluxbox SUBDIR += fluxconf SUBDIR += fluxter SUBDIR += flwm SUBDIR += fvwm SUBDIR += fvwm-crystal SUBDIR += fvwm2 SUBDIR += gcompmgr SUBDIR += genmenu SUBDIR += golem SUBDIR += herbstluftwm SUBDIR += hs-xmonad SUBDIR += hs-xmonad-contrib SUBDIR += i3 SUBDIR += i3-gaps SUBDIR += icewm SUBDIR += ion SUBDIR += jewel SUBDIR += jwm SUBDIR += larswm SUBDIR += libcompizconfig SUBDIR += libdockapp SUBDIR += libwraster SUBDIR += lwm SUBDIR += lxappearance-obconf SUBDIR += lxmed SUBDIR += lxqt-panel SUBDIR += lxsession SUBDIR += marco SUBDIR += matwm2 SUBDIR += mcwm SUBDIR += metacity SUBDIR += muffin SUBDIR += mutter SUBDIR += nickleby SUBDIR += obapps SUBDIR += obconf + SUBDIR += obconf-qt SUBDIR += obkey SUBDIR += obmenu SUBDIR += obpager SUBDIR += olvwm SUBDIR += openbox SUBDIR += oroborus SUBDIR += pager SUBDIR += pawm SUBDIR += peksystray SUBDIR += pekwm SUBDIR += phluid SUBDIR += piewm SUBDIR += plank SUBDIR += plasma5-kdecoration SUBDIR += plasma5-kwin SUBDIR += plwm SUBDIR += pwm SUBDIR += qlwm SUBDIR += qtile SUBDIR += ratmen SUBDIR += ratmenu SUBDIR += ratpoison SUBDIR += rubygem-uh-layout SUBDIR += rubygem-uh-wm SUBDIR += sawfish SUBDIR += selectwm SUBDIR += simple-ccsm SUBDIR += spectrwm SUBDIR += stumpwm SUBDIR += subtle SUBDIR += tinywm SUBDIR += transset SUBDIR += treewm SUBDIR += tvtwm SUBDIR += twm SUBDIR += vtwm SUBDIR += w9wm SUBDIR += weewm SUBDIR += windowlab SUBDIR += windowmaker SUBDIR += wm2 SUBDIR += wmakerconf SUBDIR += wmanager SUBDIR += wmanager-addons SUBDIR += wmconfig SUBDIR += wmfs SUBDIR += wmii SUBDIR += wmii-devel SUBDIR += wmname SUBDIR += wmx SUBDIR += xcompmgr SUBDIR += xfce4 SUBDIR += xfce4-desktop SUBDIR += xfce4-panel SUBDIR += xfce4-panel-profiles SUBDIR += xfce4-session SUBDIR += xfce4-wm .include Index: head/x11-wm/obconf-qt/Makefile =================================================================== --- head/x11-wm/obconf-qt/Makefile (nonexistent) +++ head/x11-wm/obconf-qt/Makefile (revision 482157) @@ -0,0 +1,35 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= obconf-qt +PORTVERSION= 0.13.0 +CATEGORIES= x11-wm +MASTER_SITES= LXQT/${PORTNAME} + +MAINTAINER= jsm@FreeBSD.org +COMMENT= Qt port of preferences manager for Openbox + +LICENSE= GPLv2 + +LIB_DEPENDS= libobt.so:x11-wm/openbox \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libImlib2.so:graphics/imlib2 + +USES= cmake:outsource compiler:c++11-lang gettext-runtime localbase qt:5 \ + gnome lxqt pkgconfig tar:xz + +USE_QT= buildtools_build qmake_build core gui linguisttools \ + widgets x11extras + +USE_LXQT= buildtools + +USE_GNOME= glib20 pango librsvg2 gdkpixbuf2 libxml2 cairo + +USE_XORG= ice sm x11 xft + +PLIST_FILES= bin/obconf-qt \ + share/applications/obconf-qt.desktop \ + share/icons/hicolor/48x48/apps/obconf-qt.png + +.include Property changes on: head/x11-wm/obconf-qt/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-wm/obconf-qt/distinfo =================================================================== --- head/x11-wm/obconf-qt/distinfo (nonexistent) +++ head/x11-wm/obconf-qt/distinfo (revision 482157) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527328597 +SHA256 (lxqt/obconf-qt-0.13.0.tar.xz) = cec24a319ad87c6c04459c66ad9d14f0ce9d6b0cad6eb5584376b72a6eb07fb9 +SIZE (lxqt/obconf-qt-0.13.0.tar.xz) = 34348 Property changes on: head/x11-wm/obconf-qt/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-wm/obconf-qt/files/patch-src_CMakeLists.txt =================================================================== --- head/x11-wm/obconf-qt/files/patch-src_CMakeLists.txt (nonexistent) +++ head/x11-wm/obconf-qt/files/patch-src_CMakeLists.txt (revision 482157) @@ -0,0 +1,11 @@ +--- src/CMakeLists.txt.orig 2018-05-21 17:40:12 UTC ++++ src/CMakeLists.txt +@@ -108,7 +108,7 @@ endif() + + target_link_libraries(obconf-qt + ${QTX_LIBRARIES} +- ${GLIB_LIBRARIES} ++ ${GLIB_LDFLAGS} + ${OPENBOX_LIBRARIES} + ) + Property changes on: head/x11-wm/obconf-qt/files/patch-src_CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-wm/obconf-qt/files/patch-src_archive.cpp =================================================================== --- head/x11-wm/obconf-qt/files/patch-src_archive.cpp (nonexistent) +++ head/x11-wm/obconf-qt/files/patch-src_archive.cpp (revision 482157) @@ -0,0 +1,35 @@ +--- src/archive.cpp.orig 2015-02-25 14:12:33 UTC ++++ src/archive.cpp +@@ -1,4 +1,5 @@ + #include ++#include + + #include + #include +@@ -161,6 +162,7 @@ static gchar* install_theme_to(const gch + GError *e = NULL; + gchar *name = NULL; + ++#if defined(Q_OS_LINUX) + argv = g_new(gchar*, 11); + argv[0] = g_strdup("tar"); + argv[1] = g_strdup("-x"); +@@ -173,6 +175,18 @@ static gchar* install_theme_to(const gch + argv[8] = g_strdup(to); + argv[9] = g_strdup("*/openbox-3/"); + argv[10] = NULL; ++#else ++ argv = g_new(gchar*, 9); ++ argv[0] = g_strdup("tar"); ++ argv[1] = g_strdup("-x"); ++ argv[2] = g_strdup("-v"); ++ argv[3] = g_strdup("-z"); ++ argv[4] = g_strdup("-f"); ++ argv[5] = g_strdup(file); ++ argv[6] = g_strdup("-C"); ++ argv[7] = g_strdup(to); ++ argv[8] = NULL; ++#endif + if (!g_spawn_sync(NULL, argv, NULL, G_SPAWN_SEARCH_PATH, NULL, NULL, + &outtxt, &errtxt, &exitcode, &e)) + QMessageBox::critical(NULL, QString(), QObject::tr("Unable to run the \"tar\" command: %1") Property changes on: head/x11-wm/obconf-qt/files/patch-src_archive.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-wm/obconf-qt/files/patch-src_theme.cpp =================================================================== --- head/x11-wm/obconf-qt/files/patch-src_theme.cpp (nonexistent) +++ head/x11-wm/obconf-qt/files/patch-src_theme.cpp (revision 482157) @@ -0,0 +1,18 @@ +--- src/theme.cpp.orig 2018-09-20 14:07:09 UTC ++++ src/theme.cpp +@@ -156,10 +156,11 @@ void MainDialog::on_install_theme_clicke + } + + void MainDialog::on_theme_archive_clicked() { +- QString filename = QFileDialog::getSaveFileName(this, +- tr("Choose an Openbox theme"), +- QString(), +- "Openbox theme archives (*.obt);;"); ++ QFileDialog* dialog = new QFileDialog(); ++ dialog->setFileMode(QFileDialog::Directory); ++ QString filename=""; ++ if(dialog->exec()) ++ filename= dialog->selectedFiles()[0]; + if(!filename.isEmpty()) { + archive_create(filename.toLocal8Bit().constData()); + } Property changes on: head/x11-wm/obconf-qt/files/patch-src_theme.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-wm/obconf-qt/pkg-descr =================================================================== --- head/x11-wm/obconf-qt/pkg-descr (nonexistent) +++ head/x11-wm/obconf-qt/pkg-descr (revision 482157) @@ -0,0 +1,5 @@ +ObConf-Qt is a Qt port of ObConf, a configuration editor for OpenBox. +It allows you to edit and choose theme, and to edit window manager preferences +such as mouse focus behaviour, font-settings and number of virtual desktops. + +WWW: https://github.com/lxqt/obconf-qt Property changes on: head/x11-wm/obconf-qt/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property