[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxappearance-obconf/

2022-11-29 Thread Andreas Sturmlechner
commit: 1a03d453f2bbb1496c526a8597a8e27c318426e5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 29 13:39:06 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov 29 13:39:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a03d453

lxde-base/lxappearance-obconf: drop 0.2.3-r1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../lxappearance-obconf-0.2.3-r1.ebuild| 49 --
 1 file changed, 49 deletions(-)

diff --git a/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3-r1.ebuild 
b/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3-r1.ebuild
deleted file mode 100644
index 96b2c49bd9a0..
--- a/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="LXAppearance plugin for configuring OpenBox"
-HOMEPAGE="https://lxde.org/;
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~riscv ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/atk
-   dev-libs/glib:2
-   dev-libs/libxml2:2
-   gnome-base/librsvg:2
-   >=lxde-base/lxappearance-0.6.3-r2
-   media-libs/fontconfig
-   media-libs/freetype:2
-   media-libs/harfbuzz:=
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXft
-   x11-libs/pango
-   x11-wm/openbox
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/intltool
-   virtual/pkgconfig
-"
-
-src_configure() {
-   econf \
-   --disable-static \
-   --enable-gtk3
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxappearance-obconf/files/, lxde-base/lxappearance/

2022-07-11 Thread Sam James
commit: 48b7cc4daf05dd7e5d5dc550b4972d4550fbe356
Author: orbea  riseup  net>
AuthorDate: Tue Jul 12 02:28:05 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 12 02:32:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48b7cc4d

lxde-base/lxappearance: Fix patch

Fixes: 
https://github.com/gentoo/gentoo/commit/26734c3900e4e41aa7820b6f4afcf30bec26a441
Signed-off-by: orbea  riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/26359
Signed-off-by: Sam James  gentoo.org>

 .../files/lxappearance-obconf-0.2.3-cairo-xlib.patch | 12 ++--
 ...pearance-0.6.3-r2.ebuild => lxappearance-0.6.3-r3.ebuild} |  0
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git 
a/lxde-base/lxappearance-obconf/files/lxappearance-obconf-0.2.3-cairo-xlib.patch
 
b/lxde-base/lxappearance-obconf/files/lxappearance-obconf-0.2.3-cairo-xlib.patch
index ae61c3b35f82..7098f98ca50f 100644
--- 
a/lxde-base/lxappearance-obconf/files/lxappearance-obconf-0.2.3-cairo-xlib.patch
+++ 
b/lxde-base/lxappearance-obconf/files/lxappearance-obconf-0.2.3-cairo-xlib.patch
@@ -22,8 +22,6 @@ src/preview.c:146:15: warning: implicit declaration of 
function ‘cairo_xlib_su
$(OPENBOX_LIBS) \
$(GTK_LIBS) \
$(LXAPPEARANCE_LIBS) \
-diff --git a/configure.ac b/configure.ac
-index 9042f7f..84de1c7 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -89,6 +89,10 @@ PKG_CHECK_MODULES(OPENBOX, [obrender-3.5 >= 3.5 obt-3.5 >= 
3.5])
@@ -37,3 +35,13 @@ index 9042f7f..84de1c7 100644
  if test "x$enable_gtk3" = "xyes" ; then
CFLAGS="$CFLAGS -DENABLE_GTK3"
gtk_modules="gtk+-3.0 >= 3.0.0"
+--- a/src/preview.c
 b/src/preview.c
+@@ -27,6 +27,7 @@
+ 
+ #include 
+ 
++#include 
+ #include 
+ 
+ #if GTK_CHECK_VERSION(3, 0, 0)

diff --git a/lxde-base/lxappearance/lxappearance-0.6.3-r2.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.3-r3.ebuild
similarity index 100%
rename from lxde-base/lxappearance/lxappearance-0.6.3-r2.ebuild
rename to lxde-base/lxappearance/lxappearance-0.6.3-r3.ebuild



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxappearance-obconf/files/, lxde-base/lxappearance-obconf/

2022-07-11 Thread Sam James
commit: 26734c3900e4e41aa7820b6f4afcf30bec26a441
Author: orbea  riseup  net>
AuthorDate: Tue Jul 12 00:48:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 12 01:59:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26734c39

lxde-base/lxappearance-obconf: Fix slibtool build

Also fixes a -Wimplicit-function-declaration for cairo_xlib_surface_create.

Bug: https://bugs.gentoo.org/779484
Signed-off-by: orbea  riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/26358
Signed-off-by: Sam James  gentoo.org>

 .../lxappearance-obconf-0.2.3-cairo-xlib.patch | 39 ++
 .../lxappearance-obconf-0.2.3-no-undefined.patch   | 25 +
 .../lxappearance-obconf-0.2.3-r2.ebuild| 61 ++
 3 files changed, 125 insertions(+)

diff --git 
a/lxde-base/lxappearance-obconf/files/lxappearance-obconf-0.2.3-cairo-xlib.patch
 
b/lxde-base/lxappearance-obconf/files/lxappearance-obconf-0.2.3-cairo-xlib.patch
new file mode 100644
index ..ae61c3b35f82
--- /dev/null
+++ 
b/lxde-base/lxappearance-obconf/files/lxappearance-obconf-0.2.3-cairo-xlib.patch
@@ -0,0 +1,39 @@
+From: orbea 
+Date: Mon, 11 Jul 2022 17:38:52 -0700
+Subject: [PATCH] build: Add missing cairo-xlib dependency
+
+src/preview.c:146:15: warning: implicit declaration of function 
‘cairo_xlib_surface_create’; did you mean ‘cairo_image_surface_create’? 
[-Wimplicit-function-declaration]
+
+--- a/Makefile.am
 b/Makefile.am
+@@ -16,6 +16,7 @@ module_LTLIBRARIES = src/obconf.la
+ moduledir = $(libdir)/lxappearance/plugins
+ 
+ src_obconf_la_CPPFLAGS = \
++  $(CAIRO_CFLAGS) \
+   $(OPENBOX_CFLAGS) \
+   $(GTK_CFLAGS) \
+   $(LXAPPEARANCE_CFLAGS) \
+@@ -30,6 +31,7 @@ src_obconf_la_CPPFLAGS = \
+   -DG_LOG_DOMAIN=\"Obconf\"
+ 
+ src_obconf_la_LIBADD = \
++  $(CAIRO_LIBS) \
+   $(OPENBOX_LIBS) \
+   $(GTK_LIBS) \
+   $(LXAPPEARANCE_LIBS) \
+diff --git a/configure.ac b/configure.ac
+index 9042f7f..84de1c7 100644
+--- a/configure.ac
 b/configure.ac
+@@ -89,6 +89,10 @@ PKG_CHECK_MODULES(OPENBOX, [obrender-3.5 >= 3.5 obt-3.5 >= 
3.5])
+ AC_SUBST(OPENBOX_CFLAGS)
+ AC_SUBST(OPENBOX_LIBS)
+ 
++PKG_CHECK_MODULES(CAIRO, [cairo-xlib])
++AC_SUBST(CAIRO_CFLAGS)
++AC_SUBST(CAIRO_LIBS)
++
+ if test "x$enable_gtk3" = "xyes" ; then
+   CFLAGS="$CFLAGS -DENABLE_GTK3"
+   gtk_modules="gtk+-3.0 >= 3.0.0"

diff --git 
a/lxde-base/lxappearance-obconf/files/lxappearance-obconf-0.2.3-no-undefined.patch
 
b/lxde-base/lxappearance-obconf/files/lxappearance-obconf-0.2.3-no-undefined.patch
new file mode 100644
index ..4e94157ac7a0
--- /dev/null
+++ 
b/lxde-base/lxappearance-obconf/files/lxappearance-obconf-0.2.3-no-undefined.patch
@@ -0,0 +1,25 @@
+Bug: https://bugs.gentoo.org/779484
+
+From: orbea 
+Date: Mon, 11 Jul 2022 17:23:36 -0700
+Subject: [PATCH] build: Remove -no-undefined
+
+This depends on lxappearance_changed which is only available in the
+lxappearence binary and will be undefined at build time. Additionally
+GNU libtool silently ignores -no-undefined allowing the build to work
+while slibtool will respect it as expected.
+
+The easiest way to solve this is to just remove -no-undefined since it
+is not respected anyways.
+
+--- a/configure.ac
 b/configure.ac
+@@ -126,7 +126,7 @@ AC_SUBST(LXAPPEARANCE_LIBDIR)
+ AC_SUBST(LXAPPEARANCE_DATADIR)
+ 
+ LXAPPEARANCE_MODULE="-avoid-version \
+--no-undefined "'-export-symbols-regex "^[[^_]].*"'
++"'-export-symbols-regex "^[[^_]].*"'
+ AC_SUBST(LXAPPEARANCE_MODULE)
+ 
+ if test x"$enable_more_warnings" = x"yes"; then

diff --git a/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3-r2.ebuild 
b/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3-r2.ebuild
new file mode 100644
index ..11f52b57e993
--- /dev/null
+++ b/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3-r2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="LXAppearance plugin for configuring OpenBox"
+HOMEPAGE="https://lxde.org/;
+SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~riscv ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/atk
+   dev-libs/glib:2
+   dev-libs/libxml2:2
+   gnome-base/librsvg:2
+   >=lxde-base/lxappearance-0.6.3-r2
+   media-libs/fontconfig
+   media-libs/freetype:2
+   media-libs/harfbuzz:=
+   x11-libs/cairo[X]
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXft
+   x11-libs/pango
+   x11-wm/openbox
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/intltool
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-no-undefined.patch # 779484
+   "${FILESDIR}"/${P}-cairo-xlib.patch
+)
+
+src_prepare() {
+   

[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxappearance-obconf/

2021-07-22 Thread Yixun Lan
commit: 182ca1e2a568d09957066633b79cab57a8298a44
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Jul 22 01:58:24 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 23 05:53:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=182ca1e2

lxde-base/lxappearance-obconf: keyword ~riscv

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3-r1.ebuild 
b/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3-r1.ebuild
index ab03ab7ac90..96b2c49bd9a 100644
--- a/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3-r1.ebuild
+++ b/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~riscv ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxappearance-obconf/, lxde-base/lxinput/, lxde-base/lxde-icon-theme/, ...

2021-04-14 Thread Andreas Sturmlechner
commit: 95dff4b54fe528c5cd8b44582ed3f26c54b6d157
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 14 13:03:50 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Apr 14 07:54:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95dff4b5

*/*: Remove last-rited GTK2-based LXDE packages

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../lxappearance-obconf-0.2.3.ebuild   |  26 -
 .../lxappearance/lxappearance-0.6.3-r1.ebuild  |  40 ---
 lxde-base/lxde-common/Manifest |   1 -
 lxde-base/lxde-common/lxde-common-0.99.1.ebuild|  30 -
 .../lxde-icon-theme/lxde-icon-theme-0.5.1.ebuild   |  33 --
 lxde-base/lxde-meta/lxde-meta-0.5.5-r6.ebuild  |  34 --
 lxde-base/lxinput/lxinput-0.3.5-r1.ebuild  |  35 --
 lxde-base/lxpanel/Manifest |   1 -
 lxde-base/lxpanel/lxpanel-0.10.0-r1.ebuild |  78 -
 lxde-base/lxrandr/lxrandr-0.3.2.ebuild |  36 --
 lxde-base/lxsession/Manifest   |   1 -
 lxde-base/lxsession/lxsession-0.5.4-r1.ebuild  |  62 --
 lxde-base/lxtask/Manifest  |   1 -
 lxde-base/lxtask/lxtask-0.1.9.ebuild   |  39 ---
 lxde-base/lxterminal/Manifest  |   1 -
 lxde-base/lxterminal/lxterminal-0.3.2.ebuild   |  46 
 lxde-base/lxterminal/metadata.xml  |  11 +-
 profiles/package.mask  |  23 
 x11-libs/libfm-extra/Manifest  |   1 -
 x11-libs/libfm-extra/libfm-extra-1.3.1.ebuild  |  92 ---
 x11-libs/libfm/Manifest|   1 -
 x11-libs/libfm/libfm-1.3.1.ebuild  | 128 -
 x11-misc/pcmanfm/Manifest  |   1 -
 x11-misc/pcmanfm/pcmanfm-1.3.1-r1.ebuild   |  70 ---
 24 files changed, 4 insertions(+), 787 deletions(-)

diff --git a/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3.ebuild 
b/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3.ebuild
deleted file mode 100644
index 8e186a26beb..000
--- a/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils ltprune
-
-DESCRIPTION="LXAppearance plugin for configuring OpenBox"
-HOMEPAGE="https://lxde.org/;
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~mips ~ppc ~x86"
-IUSE=""
-
-RDEPEND="lxde-base/lxappearance
-   x11-wm/openbox"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   dev-util/intltool"
-
-src_install() {
-   default
-   prune_libtool_files
-}

diff --git a/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild
deleted file mode 100644
index 4e1ff41d5ef..000
--- a/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="ar be bg ca cs da de el en_GB es et eu fa fi fo fr gl he hr hu id is
-it ja kk ko lg lt nl pa pl pt_BR pt ro ru sl sr@latin sr sv te tr tt_RU ug uk
-ur_PK ur vi zh_CN zh_TW"
-
-PLOCALE_BACKUP="en_GB"
-
-inherit l10n
-
-DESCRIPTION="LXDE GTK+ theme switcher"
-HOMEPAGE="https://wiki.lxde.org/en/LXAppearance;
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="dbus"
-
-RDEPEND="x11-libs/gtk+:2
-   dbus? ( dev-libs/dbus-glib )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   dev-util/intltool
-   sys-devel/gettext"
-
-src_prepare() {
-   default
-
-   export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}"
-   l10n_get_locales > po/LINGUAS || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable dbus)
-}

diff --git a/lxde-base/lxde-common/Manifest b/lxde-base/lxde-common/Manifest
index 85cef2971d6..fe1ec1fd864 100644
--- a/lxde-base/lxde-common/Manifest
+++ b/lxde-base/lxde-common/Manifest
@@ -1,2 +1 @@
-DIST lxde-common-0.99.1.tar.xz 889656 BLAKE2B 
21c0ca21adb6c37d27bf39ee474a0e1d80c62d2ffb7ddadea3abb839163a307c81b8a6fa6ea6def00a0e8bf22ca9953bf145840371de65195e7036ee891bb0b5
 SHA512 
f5a14c44d827ba2355efd10c78732157f5645392ebbeb8e2a8126340a36eeba2842eff0c5338bb36623e5fe2da894c89d60a45c0b177704e2260413d63232b05
 DIST lxde-common-0.99.2.tar.xz 889948 BLAKE2B 
c01b3af5499ed4efe3004c922563c75221cadab36a7fd5fec56762334c93d22ca7a28e9a8e8ce3462e128bea493740d5aa9931c4bf26cdf8a8dcd1bfb9e6
 SHA512 
9eb939ad411ed15c6bae880541b5c021ce5f3dd66df8662865e2f7219159110d8bf6059a707e55863d04617b17a15ea517317c44f88982344369aa85b7128b6e

diff --git 

[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxappearance-obconf/

2021-03-15 Thread Andreas Sturmlechner
commit: db627137af3dae449cf056c5b606deb36dce68fb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 14 00:13:12 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 15 13:08:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db627137

lxde-base/lxappearance-obconf: EAPI-7 bump, switch to GTK3

Loads of missing deps.

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../lxappearance-obconf-0.2.3-r1.ebuild| 49 ++
 1 file changed, 49 insertions(+)

diff --git a/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3-r1.ebuild 
b/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3-r1.ebuild
new file mode 100644
index 000..ab03ab7ac90
--- /dev/null
+++ b/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="LXAppearance plugin for configuring OpenBox"
+HOMEPAGE="https://lxde.org/;
+SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/atk
+   dev-libs/glib:2
+   dev-libs/libxml2:2
+   gnome-base/librsvg:2
+   >=lxde-base/lxappearance-0.6.3-r2
+   media-libs/fontconfig
+   media-libs/freetype:2
+   media-libs/harfbuzz:=
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXft
+   x11-libs/pango
+   x11-wm/openbox
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/intltool
+   virtual/pkgconfig
+"
+
+src_configure() {
+   econf \
+   --disable-static \
+   --enable-gtk3
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxappearance-obconf/

2021-03-13 Thread Andreas Sturmlechner
commit: 478ea9f6df2936be3408f29bc3736dabd07c8da2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 13 22:59:07 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 14 00:24:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=478ea9f6

lxde-base/lxappearance-obconf: Drop 0.2.1, EAPI5--

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 lxde-base/lxappearance-obconf/Manifest|  1 -
 .../lxappearance-obconf-0.2.1.ebuild  | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/lxde-base/lxappearance-obconf/Manifest 
b/lxde-base/lxappearance-obconf/Manifest
index 70120dea605..6c1edbdfcf0 100644
--- a/lxde-base/lxappearance-obconf/Manifest
+++ b/lxde-base/lxappearance-obconf/Manifest
@@ -1,2 +1 @@
-DIST lxappearance-obconf-0.2.1.tar.gz 418312 BLAKE2B 
2bf9de28e478e7b91fec67c9d0a8577897d54a7dec978dbe315ee8dc050dc5b3ec5cb44c00bf5ad9b533b000a3a9820e5d5d14ae690667ee74dfa55da8156a4b
 SHA512 
f37a981005ba7c4d1ba0a00ec189d6978cd521b9742d0356f1b29685646f9cf78953c449bdee48fabff21e98f676d22c9916d03b0256d59e159f2947e4a41c5e
 DIST lxappearance-obconf-0.2.3.tar.xz 290204 BLAKE2B 
3f222419e147232eb805e8b86a29993fefbf80008cc3cd98d048a0b3b2799fb3672571f87666917136ad17c1b4b6bd649194599d684bb14a574ae40d0d127d99
 SHA512 
cec56238b2b8ea86ab310fdf3d9d43ef665aac7762018a296803ef7caccb6a5a7854c4b17e0028152b379a373602ede30edb02811a9a370ba369b62bb3caee09

diff --git a/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.1.ebuild 
b/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.1.ebuild
deleted file mode 100644
index f5174e1d6d5..000
--- a/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="LXAppearance plugin for configuring OpenBox"
-HOMEPAGE="https://lxde.org/;
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~x86"
-IUSE=""
-
-RDEPEND="lxde-base/lxappearance
-   x11-wm/openbox"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   dev-util/intltool "



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxappearance-obconf/

2020-05-11 Thread Joonas Niilola
commit: a7986693ee7b86cf63f4b835724902c16d5aca68
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon May 11 06:44:15 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon May 11 06:55:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7986693

lxde-base/lxappearance-obconf: drop to m-n

Signed-off-by: Joonas Niilola  gentoo.org>

 lxde-base/lxappearance-obconf/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/lxde-base/lxappearance-obconf/metadata.xml 
b/lxde-base/lxappearance-obconf/metadata.xml
index b31e527de26..fd5647d2ee4 100644
--- a/lxde-base/lxappearance-obconf/metadata.xml
+++ b/lxde-base/lxappearance-obconf/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-l...@gentoo.org
-Gentoo LXDE Project
-  
+  
   
 lxde
   



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxappearance-obconf/

2018-04-07 Thread Patrice Clement
commit: 05684301a6365a5fb5fa1cafaaac6dfc6d6fd5a6
Author: charIes17  arcor  de>
AuthorDate: Sat Apr  7 07:29:16 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Apr  7 16:18:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05684301

lxde-base/lxappearance-obconf: improve HOMEPAGE and use HTTPS.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7854

 lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.1.ebuild | 4 ++--
 lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.1.ebuild 
b/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.1.ebuild
index 02085b0ea6d..f5174e1d6d5 100644
--- a/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.1.ebuild
+++ b/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 DESCRIPTION="LXAppearance plugin for configuring OpenBox"
-HOMEPAGE="http://lxde.sourceforge.net;
+HOMEPAGE="https://lxde.org/;
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3.ebuild 
b/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3.ebuild
index 548138f3815..6c7d48be772 100644
--- a/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3.ebuild
+++ b/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit eutils
 
 DESCRIPTION="LXAppearance plugin for configuring OpenBox"
-HOMEPAGE="http://lxde.org/;
+HOMEPAGE="https://lxde.org/;
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxappearance-obconf/

2017-02-21 Thread Michael Weber
commit: a996592444c2c35ac6540370387bf7161b09cac5
Author: Michael Weber  gentoo  org>
AuthorDate: Tue Feb 21 16:55:18 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Tue Feb 21 16:55:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9965924

lxde-base/lxappearance-obconf: Add ~ppc keyword (bug 499524).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.1.ebuild | 4 ++--
 lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.1.ebuild 
b/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.1.ebuild
index ab490e9390..f0cf694dcc 100644
--- a/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.1.ebuild
+++ b/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~mips ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~x86"
 IUSE=""
 
 RDEPEND="lxde-base/lxappearance

diff --git a/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3.ebuild 
b/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3.ebuild
index 18540e3f4d..c8867108af 100644
--- a/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3.ebuild
+++ b/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~mips ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~x86"
 IUSE=""
 
 RDEPEND="lxde-base/lxappearance



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxappearance-obconf/

2016-09-13 Thread Hanno Boeck
commit: 551b64a25620e6f4370c70fa4c4049b57d467afa
Author: Hanno  gentoo  org>
AuthorDate: Tue Sep 13 23:17:06 2016 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Tue Sep 13 23:17:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=551b64a2

lxde-base/lxappearance-obconf: Version bump to 0.2.3

Package-Manager: portage-2.3.0

 lxde-base/lxappearance-obconf/Manifest |  1 +
 .../lxappearance-obconf-0.2.3.ebuild   | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/lxde-base/lxappearance-obconf/Manifest 
b/lxde-base/lxappearance-obconf/Manifest
index 547bd81..e237b04 100644
--- a/lxde-base/lxappearance-obconf/Manifest
+++ b/lxde-base/lxappearance-obconf/Manifest
@@ -1 +1,2 @@
 DIST lxappearance-obconf-0.2.1.tar.gz 418312 SHA256 
a807aa16ebdca50d15309c133ba2473e9b982e62937a507b5798d82e461d5888 SHA512 
f37a981005ba7c4d1ba0a00ec189d6978cd521b9742d0356f1b29685646f9cf78953c449bdee48fabff21e98f676d22c9916d03b0256d59e159f2947e4a41c5e
 WHIRLPOOL 
fe235c39a1e20d2bb5380f765d38d44cd3e338a118cb517254debeb784a8ae2e35ca1714c313ec01679a05784d36895fe7edf05d66fd0f974b9256c0a637f36c
+DIST lxappearance-obconf-0.2.3.tar.xz 290204 SHA256 
3150b33b4b7beb71c1803aee2be21c94767d73b70dfc8d2bcaafe2650ea83149 SHA512 
cec56238b2b8ea86ab310fdf3d9d43ef665aac7762018a296803ef7caccb6a5a7854c4b17e0028152b379a373602ede30edb02811a9a370ba369b62bb3caee09
 WHIRLPOOL 
0a67250cf9890aa451ce6440ece5a9006a57271dc216e81cec7ee20730361084ddbbb78a6296c79b1e9ddf73cd6e23dc574252ddc49b0dcaa204dc38eb256f83

diff --git a/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3.ebuild 
b/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3.ebuild
new file mode 100644
index ..18540e3
--- /dev/null
+++ b/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="LXAppearance plugin for configuring OpenBox"
+HOMEPAGE="http://lxde.org/;
+SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~mips ~x86"
+IUSE=""
+
+RDEPEND="lxde-base/lxappearance
+   x11-wm/openbox"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   dev-util/intltool"
+
+src_install() {
+   default
+   prune_libtool_files
+}