[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/

2022-01-16 Thread Jakov Smolić
commit: eb988784b9b9e92ff64e8b55ea4ed399661df47c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jan 16 17:25:37 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jan 16 17:25:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb988784

lxde-base/lxappearance: Stabilize 0.6.3-r2 amd64, #831260

Signed-off-by: Jakov Smolić  gentoo.org>

 lxde-base/lxappearance/lxappearance-0.6.3-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxde-base/lxappearance/lxappearance-0.6.3-r2.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.3-r2.ebuild
index 6dc2be262c73..bdd7fc588a95 100644
--- a/lxde-base/lxappearance/lxappearance-0.6.3-r2.ebuild
+++ b/lxde-base/lxappearance/lxappearance-0.6.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux"
 IUSE="dbus"
 
 RDEPEND="



[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/

2021-07-21 Thread Yixun Lan
commit: c11507762fc3e0a5ee4b23c84a8b2c5b7dac8dba
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Jul 21 14:30:42 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Jul 21 14:48:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1150776

lxde-base/lxappearance: keyword ~riscv

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

 lxde-base/lxappearance/lxappearance-0.6.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxde-base/lxappearance/lxappearance-0.6.3-r2.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.3-r2.ebuild
index 7871a1c7b61..6dc2be262c7 100644
--- a/lxde-base/lxappearance/lxappearance-0.6.3-r2.ebuild
+++ b/lxde-base/lxappearance/lxappearance-0.6.3-r2.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux"
 IUSE="dbus"
 
 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/

2021-03-15 Thread Andreas Sturmlechner
commit: 0f2fcbf47daca9429d209596806816b93e38ff63
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 13 23:39:35 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 15 13:08:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2fcbf4

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

Add missing dependencies

Bug: https://bugs.gentoo.org/769524
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../lxappearance/lxappearance-0.6.3-r2.ebuild  | 33 ++
 1 file changed, 33 insertions(+)

diff --git a/lxde-base/lxappearance/lxappearance-0.6.3-r2.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.3-r2.ebuild
new file mode 100644
index 000..7871a1c7b61
--- /dev/null
+++ b/lxde-base/lxappearance/lxappearance-0.6.3-r2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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="
+   dev-libs/glib:2
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   dbus? ( dev-libs/dbus-glib )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   econf \
+   --enable-gtk3 \
+   $(use_enable dbus)
+}



[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/

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

lxde-base/lxappearance: Drop 0.6.3 (r0)

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

 lxde-base/lxappearance/lxappearance-0.6.3.ebuild | 25 
 1 file changed, 25 deletions(-)

diff --git a/lxde-base/lxappearance/lxappearance-0.6.3.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.3.ebuild
deleted file mode 100644
index ed729a1760a..000
--- a/lxde-base/lxappearance/lxappearance-0.6.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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 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_configure() {
-   econf \
-   $(use_enable dbus)
-}



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

2021-03-05 Thread Sam James
commit: 4a58d98981398d5f796d98ad71275b4de5fc1117
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar  5 22:20:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar  5 22:20:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a58d989

lxde-base/lxappearance: Stabilize 0.6.3-r1 arm64, #765997

Signed-off-by: Sam James  gentoo.org>

 lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild
index 8a9269538d2..4e1ff41d5ef 100644
--- a/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild
+++ b/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ 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"
+KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="dbus"
 
 RDEPEND="x11-libs/gtk+:2



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

2020-08-25 Thread Georgy Yakovlev
commit: 6dfe9724f13b50a20c49230243079dd30d5e723d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Aug 25 18:16:02 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Aug 25 18:20:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dfe9724

lxde-base/lxappearance: add ~ppc64 keyword

Closes: https://github.com/gentoo/gentoo/pull/17186
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev  gentoo.org>

 lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild
index c4ff26ce5bd..8a9269538d2 100644
--- a/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild
+++ b/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="dbus"
 
 RDEPEND="x11-libs/gtk+:2



[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/

2020-05-11 Thread Joonas Niilola
commit: 0f35d00e5587337d403ea245170fb001fc84e621
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon May 11 06:47:04 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon May 11 06:55:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f35d00e

lxde-base/lxappearance: drop to m-n

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

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

diff --git a/lxde-base/lxappearance/metadata.xml 
b/lxde-base/lxappearance/metadata.xml
index b31e527de26..fd5647d2ee4 100644
--- a/lxde-base/lxappearance/metadata.xml
+++ b/lxde-base/lxappearance/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/

2018-07-09 Thread Markus Meier
commit: 403a03dd616a857a2310ff9553e3daaaf133764c
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Jul 10 04:55:08 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Jul 10 04:55:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403a03dd

lxde-base/lxappearance: arm stable, bug #654898

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="arm"

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

diff --git a/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild
index 2d976339879..d16b4d22d3e 100644
--- a/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild
+++ b/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux 
~x86-linux"
 IUSE="dbus"
 
 RDEPEND="x11-libs/gtk+:2



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

2018-06-23 Thread Mikle Kolyada
commit: b47a0763347fcdde906691b370f89b0b647e02ff
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 23 10:40:22 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 23 10:40:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b47a0763

lxde-base/lxappearance: amd64 stable wrt bug #654898

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild
index f2133695a5f..81c08d2f4e9 100644
--- a/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild
+++ b/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~arm-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~arm-linux 
~x86-linux"
 IUSE="dbus"
 
 RDEPEND="x11-libs/gtk+:2



[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/

2018-03-26 Thread Aaron Bauman
commit: c042c34a51c0ca551c55d8c428c419e2e3685021
Author: charIes17  arcor  de>
AuthorDate: Sun Jan 28 10:59:39 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Mar 27 00:30:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c042c34a

lxde-base/lxappearance: Add locale handling

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

 .../lxappearance/lxappearance-0.6.3-r1.ebuild  | 40 ++
 1 file changed, 40 insertions(+)

diff --git a/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild
new file mode 100644
index 000..f2133695a5f
--- /dev/null
+++ b/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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 ~x86 ~amd64-linux ~arm-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)
+}



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

2018-03-26 Thread Aaron Bauman
commit: 87f0d2bcf2a76c256943c94e1f48ee39b4d6d4ca
Author: charIes17  arcor  de>
AuthorDate: Sun Jan 28 11:18:56 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Mar 27 00:24:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87f0d2bc

lxde-base/lxappearance: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 lxde-base/lxappearance/Manifest  |  2 --
 lxde-base/lxappearance/lxappearance-0.5.5.ebuild | 25 
 lxde-base/lxappearance/lxappearance-0.6.2.ebuild | 25 
 3 files changed, 52 deletions(-)

diff --git a/lxde-base/lxappearance/Manifest b/lxde-base/lxappearance/Manifest
index 5e5b53663d9..4c558853bc9 100644
--- a/lxde-base/lxappearance/Manifest
+++ b/lxde-base/lxappearance/Manifest
@@ -1,3 +1 @@
-DIST lxappearance-0.5.5.tar.xz 295756 BLAKE2B 
b4b2c21e338a148731125d25817e2c5a1ff5aec51cc0f28941d412a33d2ebc50a15cd7649f775097a1d528afb65bc06dd744659b24c51de47bd8be075edc92f8
 SHA512 
7e6740b598f2b2856650fe94ccdfea94a0717c27dee6415b3abc58b0587acdca6aef22be7ec950e7c76127ef414f06eb70bfdea5f9324d2fb99cbbf2bf78522d
-DIST lxappearance-0.6.2.tar.xz 165788 BLAKE2B 
9d95af35367c12dfed4994b9122a87df70d6e0e55ae8e4449428a59abeffcd30b6dcb8532d1362521cd081965e47d55be085fd6badbb82157e140e67469fae2b
 SHA512 
ddfd63045cae61f60e2745e7fbdafcf68cdc0443a7ff271ff11a40f39b2e08de902a980f6c68e1615a690690a3c33abc2de8ab854d08f7707be210b0addb67e7
 DIST lxappearance-0.6.3.tar.xz 165656 BLAKE2B 
d76d3d9b270e18e46cad44d204d1d5e4faf20bd6c292bf8dd17c2d570fa0276f183489c39f115c189b525643dbd03d0a1b1681f7fa0f61171bc822d8250ef513
 SHA512 
035cc952a33ac25408a4158cb4e745b17af3f29b5ceedfbe6b37235d16c801658403e862cd35ad7c8ca20fe6186fab1dce74a6e8d3b2eec12a30d532fc21662c

diff --git a/lxde-base/lxappearance/lxappearance-0.5.5.ebuild 
b/lxde-base/lxappearance/lxappearance-0.5.5.ebuild
deleted file mode 100644
index ed7200c4ead..000
--- a/lxde-base/lxappearance/lxappearance-0.5.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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 x86 ~amd64-linux ~arm-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_configure() {
-   econf \
-   $(use_enable dbus)
-}

diff --git a/lxde-base/lxappearance/lxappearance-0.6.2.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
deleted file mode 100644
index 96d571b4061..000
--- a/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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 x86 ~amd64-linux ~arm-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_configure() {
-   econf \
-   $(use_enable dbus)
-}



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

2018-03-26 Thread Aaron Bauman
commit: 26eeff21a7fce27f9b246b0631a7fac09da87b97
Author: charIes17  arcor  de>
AuthorDate: Sun Jan 28 11:15:55 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Mar 27 00:24:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26eeff21

lxde-base/lxappearance: Adjust HOMEPAGE

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

 lxde-base/lxappearance/lxappearance-0.5.5.ebuild | 4 ++--
 lxde-base/lxappearance/lxappearance-0.6.2.ebuild | 4 ++--
 lxde-base/lxappearance/lxappearance-0.6.3.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/lxde-base/lxappearance/lxappearance-0.5.5.ebuild 
b/lxde-base/lxappearance/lxappearance-0.5.5.ebuild
index 9011a71b1fe..ed7200c4ead 100644
--- a/lxde-base/lxappearance/lxappearance-0.5.5.ebuild
+++ b/lxde-base/lxappearance/lxappearance-0.5.5.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="LXDE GTK+ theme switcher"
-HOMEPAGE="http://lxde.sourceforge.net;
+HOMEPAGE="https://wiki.lxde.org/en/LXAppearance;
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-3"

diff --git a/lxde-base/lxappearance/lxappearance-0.6.2.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
index 41f644ac83e..96d571b4061 100644
--- a/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
+++ b/lxde-base/lxappearance/lxappearance-0.6.2.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=6
 
 DESCRIPTION="LXDE GTK+ theme switcher"
-HOMEPAGE="http://lxde.sourceforge.net;
+HOMEPAGE="https://wiki.lxde.org/en/LXAppearance;
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-3"

diff --git a/lxde-base/lxappearance/lxappearance-0.6.3.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.3.ebuild
index 41f644ac83e..96d571b4061 100644
--- a/lxde-base/lxappearance/lxappearance-0.6.3.ebuild
+++ b/lxde-base/lxappearance/lxappearance-0.6.3.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=6
 
 DESCRIPTION="LXDE GTK+ theme switcher"
-HOMEPAGE="http://lxde.sourceforge.net;
+HOMEPAGE="https://wiki.lxde.org/en/LXAppearance;
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-3"



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

2017-07-05 Thread Markus Meier
commit: 1e9e91aedd14adab8e8976b0cb95a22b8a5e60ab
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jul  6 05:01:17 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jul  6 05:01:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9e91ae

lxde-base/lxappearance: arm stable, bug #611002

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/lxde-base/lxappearance/lxappearance-0.6.3.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.3.ebuild
index 82d5e66850a..4d161ec121b 100644
--- a/lxde-base/lxappearance/lxappearance-0.6.3.ebuild
+++ b/lxde-base/lxappearance/lxappearance-0.6.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~arm-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~arm-linux 
~x86-linux"
 IUSE="dbus"
 
 RDEPEND="x11-libs/gtk+:2



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

2017-06-25 Thread Agostino Sarubbo
commit: af1709a91d0c4b90e684f8f61755ed33490b945d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun 25 16:32:23 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun 25 16:32:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1709a9

lxde-base/lxappearance: amd64 stable wrt bug #611002

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/lxde-base/lxappearance/lxappearance-0.6.3.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.3.ebuild
index 1840679ed8f..1c7f91f4fb3 100644
--- a/lxde-base/lxappearance/lxappearance-0.6.3.ebuild
+++ b/lxde-base/lxappearance/lxappearance-0.6.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~arm-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~arm-linux 
~x86-linux"
 IUSE="dbus"
 
 RDEPEND="x11-libs/gtk+: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/

2017-01-26 Thread David Seifert
commit: 8525dd46c17b5d9859d7bd2f3eebbf81f2b3f57b
Author: charIes17  arcor  de>
AuthorDate: Thu Jan 26 12:48:37 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Jan 26 23:19:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8525dd46

lxde-base/lxappearance: bump to 0.6.3

https://blog.lxde.org/category/lxtask/
Implemented search for RC files using standard GTK+ way (with environment 
variable GTK2_RC_FILES taken into consideration).

Package-Manager: portage-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/3657

 lxde-base/lxappearance/Manifest  |  1 +
 lxde-base/lxappearance/lxappearance-0.6.3.ebuild | 26 
 2 files changed, 27 insertions(+)

diff --git a/lxde-base/lxappearance/Manifest b/lxde-base/lxappearance/Manifest
index 8da158c..0432c01 100644
--- a/lxde-base/lxappearance/Manifest
+++ b/lxde-base/lxappearance/Manifest
@@ -1,2 +1,3 @@
 DIST lxappearance-0.5.5.tar.xz 295756 SHA256 
8cae82e6425ba8a0267774e4d10096df2d91b0597520058331684a5ece068b4c SHA512 
7e6740b598f2b2856650fe94ccdfea94a0717c27dee6415b3abc58b0587acdca6aef22be7ec950e7c76127ef414f06eb70bfdea5f9324d2fb99cbbf2bf78522d
 WHIRLPOOL 
d60dc308e7c08e105100f9c1624987abf6fbe16529b0b3dd9870e16de8abeae2247f5b5f13f0c4655a2a11e5b46f8a8d73b3aeddf2e4a348f64d79eae6328835
 DIST lxappearance-0.6.2.tar.xz 165788 SHA256 
4462136e01f991d4c546f23a8cf59a4092f88ecdff587597959f8062e2ea201f SHA512 
ddfd63045cae61f60e2745e7fbdafcf68cdc0443a7ff271ff11a40f39b2e08de902a980f6c68e1615a690690a3c33abc2de8ab854d08f7707be210b0addb67e7
 WHIRLPOOL 
47507d945e68e0b8e40a114a58dac954622b5552395e85156a0b4a933126d4ad62e63d2f5e4d233569f5d684b52875548631ba4a911dec8c555bb42feb864f0a
+DIST lxappearance-0.6.3.tar.xz 165656 SHA256 
7222d858b8fef4b7967c42142d61e82ded6dd42dc5ef1d59caad775795928b38 SHA512 
035cc952a33ac25408a4158cb4e745b17af3f29b5ceedfbe6b37235d16c801658403e862cd35ad7c8ca20fe6186fab1dce74a6e8d3b2eec12a30d532fc21662c
 WHIRLPOOL 
591466317554e11cfadb9ac0f6c94abac13d2064d1631fee87be25ace4b2bd2e3dc6c32274c9a547d872d5de22ac333a1a3be28be620bf3765a265fb32bf2ea7

diff --git a/lxde-base/lxappearance/lxappearance-0.6.3.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.3.ebuild
new file mode 100644
index ..8a6e29d
--- /dev/null
+++ b/lxde-base/lxappearance/lxappearance-0.6.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="LXDE GTK+ theme switcher"
+HOMEPAGE="http://lxde.sourceforge.net;
+SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~x86-interix ~amd64-linux 
~arm-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_configure() {
+   econf \
+   $(use_enable dbus)
+}



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

2017-01-15 Thread Markus Meier
commit: 03b634cb5c80161da10026785033d394e0487315
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Jan 15 20:29:03 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Jan 15 20:33:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03b634cb

lxde-base/lxappearance: arm stable, bug #598738

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/lxde-base/lxappearance/lxappearance-0.6.2.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
index 63cb845..6378180 100644
--- a/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
+++ b/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ppc x86 ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux"
 IUSE="dbus"
 
 RDEPEND="x11-libs/gtk+:2



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

2017-01-10 Thread Agostino Sarubbo
commit: 7d3ebb98965f70b5453f4e37230b9ff0d221878a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 15:21:44 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 15:21:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d3ebb98

lxde-base/lxappearance: x86 stable wrt bug #598738

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/lxde-base/lxappearance/lxappearance-0.6.2.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
index 818c6ce..69cd812 100644
--- a/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
+++ b/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc x86 ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux"
 IUSE="dbus"
 
 RDEPEND="x11-libs/gtk+:2



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

2017-01-08 Thread Aaron Bauman
commit: 6c21fd8514dda6b3fc0f5e5753ade28730c9ae20
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Jan  8 11:42:26 2017 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Jan  8 11:55:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c21fd85

lxde-base/lxappearance: amd64 stable

 lxde-base/lxappearance/lxappearance-0.6.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxde-base/lxappearance/lxappearance-0.6.2.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
index 62c9df8..818c6ce 100644
--- a/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
+++ b/lxde-base/lxappearance/lxappearance-0.6.2.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$
 
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux"
 IUSE="dbus"
 
 RDEPEND="x11-libs/gtk+:2



[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
+}



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

2016-09-13 Thread Hanno Boeck
commit: 2eecee5bef2330673a2e6ec9c369adc9763edfcb
Author: Hanno  gentoo  org>
AuthorDate: Tue Sep 13 21:25:58 2016 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Tue Sep 13 21:33:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eecee5b

lxde-base/lxappearance: version bump to 0.6.2

Package-Manager: portage-2.3.0

 lxde-base/lxappearance/Manifest  |  1 +
 lxde-base/lxappearance/lxappearance-0.6.2.ebuild | 26 
 2 files changed, 27 insertions(+)

diff --git a/lxde-base/lxappearance/Manifest b/lxde-base/lxappearance/Manifest
index 7204d0e..8da158c 100644
--- a/lxde-base/lxappearance/Manifest
+++ b/lxde-base/lxappearance/Manifest
@@ -1 +1,2 @@
 DIST lxappearance-0.5.5.tar.xz 295756 SHA256 
8cae82e6425ba8a0267774e4d10096df2d91b0597520058331684a5ece068b4c SHA512 
7e6740b598f2b2856650fe94ccdfea94a0717c27dee6415b3abc58b0587acdca6aef22be7ec950e7c76127ef414f06eb70bfdea5f9324d2fb99cbbf2bf78522d
 WHIRLPOOL 
d60dc308e7c08e105100f9c1624987abf6fbe16529b0b3dd9870e16de8abeae2247f5b5f13f0c4655a2a11e5b46f8a8d73b3aeddf2e4a348f64d79eae6328835
+DIST lxappearance-0.6.2.tar.xz 165788 SHA256 
4462136e01f991d4c546f23a8cf59a4092f88ecdff587597959f8062e2ea201f SHA512 
ddfd63045cae61f60e2745e7fbdafcf68cdc0443a7ff271ff11a40f39b2e08de902a980f6c68e1615a690690a3c33abc2de8ab854d08f7707be210b0addb67e7
 WHIRLPOOL 
47507d945e68e0b8e40a114a58dac954622b5552395e85156a0b4a933126d4ad62e63d2f5e4d233569f5d684b52875548631ba4a911dec8c555bb42feb864f0a

diff --git a/lxde-base/lxappearance/lxappearance-0.6.2.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
new file mode 100644
index ..62c9df8
--- /dev/null
+++ b/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="LXDE GTK+ theme switcher"
+HOMEPAGE="http://lxde.sourceforge.net;
+SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~x86-interix ~amd64-linux 
~arm-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_configure() {
+   econf \
+   $(use_enable dbus)
+}



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

2016-09-13 Thread Hanno Boeck
commit: 1bfd2e7f1c50c42260d9fcaa891b2f393ed45f76
Author: Hanno  gentoo  org>
AuthorDate: Tue Sep 13 21:24:27 2016 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Tue Sep 13 21:24:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bfd2e7f

lxde-base/lxappearance: Remove old versions

Package-Manager: portage-2.3.0

 lxde-base/lxappearance/Manifest|  3 ---
 .../files/lxappearance-0.2.1-intltool.patch| 15 -
 .../files/lxappearance-0.4.0-linguas.patch | 16 -
 lxde-base/lxappearance/lxappearance-0.5.2.ebuild   | 20 -
 lxde-base/lxappearance/lxappearance-0.5.3.ebuild   | 20 -
 lxde-base/lxappearance/lxappearance-0.5.4.ebuild   | 26 --
 6 files changed, 100 deletions(-)

diff --git a/lxde-base/lxappearance/Manifest b/lxde-base/lxappearance/Manifest
index 6ebd986..7204d0e 100644
--- a/lxde-base/lxappearance/Manifest
+++ b/lxde-base/lxappearance/Manifest
@@ -1,4 +1 @@
-DIST lxappearance-0.5.2.tar.gz 278331 SHA256 
a446aaad5572dd42845d41a20db76ca1fb1b93e3827db1bce243c9877e5996f4 SHA512 
b08adf0cb9e5d3efe2d6be05c3fef99f18be6b4f85497951c111fde76010351b6265ea162acd8920ebb382c660d29d45a0a0bf601757d29739c8394b1328c0d5
 WHIRLPOOL 
029737bc5b6de5f7d15100fd60022af218252991ce983f432e9d67237390244d3bd1e660b0f35bf453fabaecacafc1c07566e174ad504b8c1e71ca2ea1386681
-DIST lxappearance-0.5.3.tar.gz 441698 SHA256 
258069e61a1c898d1a095af25e386b3fcb79dc11024e4a0d9231a4316bfd1a2d SHA512 
c0ac1f7e7d77bfebd160360047f341481ab0e7b91632924dbabfe957d282986a9d719e7ab708aacc7157559bb9bfdba3e7cfdbe50c4a8eef75581da1064e3c47
 WHIRLPOOL 
e17e6514c402f4e7a2d0803123744851062295f5069a558a0577b711c567031ca2fe7fa31ea66eaa952489df3e5c5369510f0ffdaf2e96d4e3b830ea52ca
-DIST lxappearance-0.5.4.tar.xz 295884 SHA256 
beffc2553084ad32ab7bb424b9440c606410ca584770910a1c6ce2f9812ce5e8 SHA512 
3d77dff84d221834cb7c0c124f25ea7ec736c7722c6042136986bbf1263199ac38621d1bb295eae35a6d596ba8614081f0f455d5bfada2d97a5d462515ab9e60
 WHIRLPOOL 
d06f9cbb65fd22f7a43273cc66b1109ef4a2c1393fd40df2c6f1bed10e64322161926ae467c2cd2bc04280a7d4d402819cab02e54f4f2cf82498919800fde19e
 DIST lxappearance-0.5.5.tar.xz 295756 SHA256 
8cae82e6425ba8a0267774e4d10096df2d91b0597520058331684a5ece068b4c SHA512 
7e6740b598f2b2856650fe94ccdfea94a0717c27dee6415b3abc58b0587acdca6aef22be7ec950e7c76127ef414f06eb70bfdea5f9324d2fb99cbbf2bf78522d
 WHIRLPOOL 
d60dc308e7c08e105100f9c1624987abf6fbe16529b0b3dd9870e16de8abeae2247f5b5f13f0c4655a2a11e5b46f8a8d73b3aeddf2e4a348f64d79eae6328835

diff --git a/lxde-base/lxappearance/files/lxappearance-0.2.1-intltool.patch 
b/lxde-base/lxappearance/files/lxappearance-0.2.1-intltool.patch
deleted file mode 100644
index b3871d3..
--- a/lxde-base/lxappearance/files/lxappearance-0.2.1-intltool.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -NrU5 lxappearance-0.2.1.original/configure.in 
lxappearance-0.2.1/configure.in
 lxappearance-0.2.1.original/configure.in   2009-07-13 17:14:23.0 
+
-+++ lxappearance-0.2.1/configure.in2009-07-13 17:14:41.0 +
-@@ -2,10 +2,11 @@
- 
- AC_INIT(configure.in)
- AM_INIT_AUTOMAKE(lxappearance, 0.2.1)
- AM_CONFIG_HEADER(config.h)
- AM_MAINTAINER_MODE
-+IT_PROG_INTLTOOL
- 
- AC_ISC_POSIX
- AC_PROG_CC
- AM_PROG_CC_STDC
- AC_HEADER_STDC

diff --git a/lxde-base/lxappearance/files/lxappearance-0.4.0-linguas.patch 
b/lxde-base/lxappearance/files/lxappearance-0.4.0-linguas.patch
deleted file mode 100644
index e73a541..
--- a/lxde-base/lxappearance/files/lxappearance-0.4.0-linguas.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -NrU5 lxappearance-0.4.0.original/configure lxappearance-0.4.0/configure
 lxappearance-0.4.0.original/configure  2010-01-22 16:13:41.0 
-0600
-+++ lxappearance-0.4.0/configure   2010-01-22 16:25:03.0 -0600
-@@ -6248,11 +6248,11 @@
- cat >>confdefs.h <<_ACEOF
- #define GETTEXT_PACKAGE "$GETTEXT_PACKAGE"
- _ACEOF
- 
- 
--ALL_LINGUAS="af ar be@latin bg bn bn_IN ca cs da de dz el en_GB es et eu fa 
fi fr frp gl gu he hr hu id it ja ka ko lt mk ml ms nb nl nn oc pa pl ps pt 
pt_BR ru sk sl sr sr@Latn sv ta th tr uk ur ur_PK vi zh_CN zh_TW"
-+ALL_LINGUAS="af ar bg bn_IN ca cs da de el es et eu fa fi fr gl he hr hu id 
it ja ko lt ml ms nb nl nn pl ps pt pt_BR ru sk sl sr sv tr uk ur ur_PK vi 
zh_CN zh_TW"
- # On IRIX 5.3, sys/types and inttypes.h are conflicting.
- for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
- inttypes.h stdint.h unistd.h
- do :
-   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`

diff --git a/lxde-base/lxappearance/lxappearance-0.5.2.ebuild 
b/lxde-base/lxappearance/lxappearance-0.5.2.ebuild
deleted file mode 100644
index 6031207..
--- a/lxde-base/lxappearance/lxappearance-0.5.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License