FreeBSD Bugzilla – Attachment 194776 Details for
Bug 229306
[NEW PORT] x11-wm/obconf-qt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
add x11-wm/obconf-qt
obconf-qt.diff (text/plain), 4.58 KB, created by
Jesper Schmitz Mouridsen
on 2018-06-30 08:43:05 UTC
(
hide
)
Description:
add x11-wm/obconf-qt
Filename:
MIME Type:
Creator:
Jesper Schmitz Mouridsen
Created:
2018-06-30 08:43:05 UTC
Size:
4.58 KB
patch
obsolete
>diff -urN /usr/ports/x11-wm/obconf-qt/distinfo x11-wm/obconf-qt/distinfo >--- /usr/ports/x11-wm/obconf-qt/distinfo 1970-01-01 01:00:00.000000000 +0100 >+++ x11-wm/obconf-qt/distinfo 2018-05-26 11:56:37.448620000 +0200 >@@ -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 >diff -urN /usr/ports/x11-wm/obconf-qt/files/patch-src_archive.cpp x11-wm/obconf-qt/files/patch-src_archive.cpp >--- /usr/ports/x11-wm/obconf-qt/files/patch-src_archive.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ x11-wm/obconf-qt/files/patch-src_archive.cpp 2018-05-13 14:12:17.041008000 +0200 >@@ -0,0 +1,35 @@ >+--- src/archive.cpp.orig 2015-02-25 14:12:33 UTC >++++ src/archive.cpp >+@@ -1,4 +1,5 @@ >+ #include <QMessageBox> >++#include <QtGlobal> >+ >+ #include <glib.h> >+ #include <string.h> >+@@ -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") >diff -urN /usr/ports/x11-wm/obconf-qt/files/patch-src_CMakeLists.txt x11-wm/obconf-qt/files/patch-src_CMakeLists.txt >--- /usr/ports/x11-wm/obconf-qt/files/patch-src_CMakeLists.txt 1970-01-01 01:00:00.000000000 +0100 >+++ x11-wm/obconf-qt/files/patch-src_CMakeLists.txt 2018-05-13 14:12:17.040910000 +0200 >@@ -0,0 +1,11 @@ >+--- src/CMakeLists.txt.orig 2016-09-23 22:50:22 UTC >++++ src/CMakeLists.txt >+@@ -104,7 +104,7 @@ add_definitions( >+ >+ target_link_libraries(obconf-qt >+ ${QTX_LIBRARIES} >+- ${GLIB_LIBRARIES} >++ ${GLIB_LDFLAGS} >+ ${OPENBOX_LIBRARIES} >+ ) >+ >diff -urN /usr/ports/x11-wm/obconf-qt/files/patch-src_obconf.ui x11-wm/obconf-qt/files/patch-src_obconf.ui >--- /usr/ports/x11-wm/obconf-qt/files/patch-src_obconf.ui 1970-01-01 01:00:00.000000000 +0100 >+++ x11-wm/obconf-qt/files/patch-src_obconf.ui 2018-05-13 14:12:17.041085000 +0200 >@@ -0,0 +1,18 @@ >+Create theme is not working, broken by design >+ >+--- src/obconf.ui.orig 2015-02-25 14:12:33 UTC >++++ src/obconf.ui >+@@ -97,13 +97,6 @@ >+ </property> >+ </widget> >+ </item> >+- <item> >+- <widget class="QPushButton" name="theme_archive"> >+- <property name="text"> >+- <string>Create a theme &archive (.obt)...</string> >+- </property> >+- </widget> >+- </item> >+ </layout> >+ </widget> >+ <widget class="QWidget" name="appearancePage"> >diff -urN /usr/ports/x11-wm/obconf-qt/Makefile x11-wm/obconf-qt/Makefile >--- /usr/ports/x11-wm/obconf-qt/Makefile 1970-01-01 01:00:00.000000000 +0100 >+++ x11-wm/obconf-qt/Makefile 2018-06-30 09:46:34.994372000 +0200 >@@ -0,0 +1,30 @@ >+# Created by: Olivier Duchateau >+# $FreeBSD$ >+ >+PORTNAME= obconf-qt >+PORTVERSION= 0.13.0 >+CATEGORIES= x11-wm >+MASTER_SITES= LXQT/${PORTNAME} >+ >+MAINTAINER= jesper@schmitz.computer >+COMMENT= Qt port of preferences manager for the 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 \ >+ 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 >+INSTALLS_ICONS= yes >+PLIST_FILES= bin/obconf-qt \ >+ share/applications/obconf-qt.desktop \ >+ share/icons/hicolor/48x48/apps/obconf-qt.png >+.include <bsd.port.mk> >diff -urN /usr/ports/x11-wm/obconf-qt/pkg-descr x11-wm/obconf-qt/pkg-descr >--- /usr/ports/x11-wm/obconf-qt/pkg-descr 1970-01-01 01:00:00.000000000 +0100 >+++ x11-wm/obconf-qt/pkg-descr 2018-06-29 18:28:25.423012000 +0200 >@@ -0,0 +1,3 @@ >+Openbox configuration tool written in Qt. >+ >+WWW: https://github.com/lxqt/obconf-qt
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 229306
:
194596
| 194776