[gentoo-commits] repo/gentoo:master commit in: gui-apps/swaybg/

2023-02-25 Thread Matthew Thode
commit: 6b1c56e95a37f4375782df72ce902eeb8c45a0a6
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Feb 25 17:44:16 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Feb 25 17:45:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b1c56e9

gui-apps/swaybg: drop 1.0, 1.1.1

Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/swaybg/Manifest|  2 --
 gui-apps/swaybg/swaybg-1.0.ebuild   | 44 ---
 gui-apps/swaybg/swaybg-1.1.1.ebuild | 46 -
 3 files changed, 92 deletions(-)

diff --git a/gui-apps/swaybg/Manifest b/gui-apps/swaybg/Manifest
index e1be86c39647..4160f0ace994 100644
--- a/gui-apps/swaybg/Manifest
+++ b/gui-apps/swaybg/Manifest
@@ -1,3 +1 @@
-DIST swaybg-1.0.tar.gz 15851 BLAKE2B 
820edbce4161f2d109bc8e842fb2bef101a5793d1da90f4258e5771fe85ab089e184c063a0a7073adbe218c59307946f86bd02c4d62b0585aeb3f9cd5c7963f8
 SHA512 
67d0e0109b906ece51800729182940374cc59fa07d0866b57cf876d12191fe12e796b84350a849dc85183fa58a3b2d196191e48dcc03dcc3708a980ed4a8cff0
-DIST swaybg-1.1.1.tar.gz 16474 BLAKE2B 
21e966e28b5228688aa452f6086feea58bcd56d7fccfe53babe086b9e26702429705870b7d5c7e4900db40e281eab6e1f4077c4cc58f0be745e2d5a9a7d7f46f
 SHA512 
e5ac7af1690974206f916e1d99a8dde0e837acbc686e2de2c46d505201f239a059f998adc22192205d1ad75b5905222f16aed243b31920e19c0ff2229b8eda2c
 DIST swaybg-1.2.0.tar.gz 16572 BLAKE2B 
197daba2a049bd21c1609c7abc5241c1b8664dabd34b16d9664c2f7f6853028389f81ef3d8e7f13c8b8decda0a0149ff911b86cc079b11cdbc8f9c977c4e0e23
 SHA512 
e0c0d78a1887e8a6ff396305ea717be22ec316cd17ef7e2f61a0fe25f976ff12bb5fd48bf8dc7d99d7c9bf6948b4a00d99bf9ac68021080ae9c393ca84e86e0a

diff --git a/gui-apps/swaybg/swaybg-1.0.ebuild 
b/gui-apps/swaybg/swaybg-1.0.ebuild
deleted file mode 100644
index 102d9f6f0524..
--- a/gui-apps/swaybg/swaybg-1.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="A wallpaper utility for Wayland"
-HOMEPAGE="https://github.com/swaywm/swaybg;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/swaywm/${PN}.git;
-else
-   SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="+man"
-
-DEPEND="
-   dev-libs/wayland
-"
-RDEPEND="
-   ${DEPEND}
-   !https://github.com/swaywm/swaybg;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/swaywm/${PN}.git;
-else
-   
SRC_URI="https://github.com/swaywm/${PN}/releases/download/v${PV}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="gdk-pixbuf +man"
-
-DEPEND="
-   dev-libs/wayland
-   >=dev-libs/wayland-protocols-1.14
-   x11-libs/cairo
-   gdk-pixbuf? ( x11-libs/gdk-pixbuf )
-"
-RDEPEND="
-   ${DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: gui-apps/swaybg/

2023-01-25 Thread Matthew Thode
commit: 64e0ca523e6505182c6559debb5307f1095ecd0c
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jan 25 20:41:16 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Jan 25 20:46:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e0ca52

gui-apps/swaybg: stabilize 1.2.0 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/swaybg/swaybg-1.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/swaybg/swaybg-1.2.0.ebuild 
b/gui-apps/swaybg/swaybg-1.2.0.ebuild
index e0ab462e5fa1..c26e8b29f91b 100644
--- a/gui-apps/swaybg/swaybg-1.2.0.ebuild
+++ b/gui-apps/swaybg/swaybg-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/swaywm/${PN}.git;
 else
SRC_URI="https://github.com/swaywm/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/swaybg/

2022-12-25 Thread Matthew Thode
commit: 2f39345f956887e3d8a3d53d6d73ad36b7d1712b
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Dec 25 19:01:34 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Dec 25 19:02:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f39345f

gui-apps/swaybg: 1.2.0 bump

Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/swaybg/Manifest| 1 +
 gui-apps/swaybg/{swaybg-.ebuild => swaybg-1.2.0.ebuild} | 4 ++--
 gui-apps/swaybg/swaybg-.ebuild  | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/gui-apps/swaybg/Manifest b/gui-apps/swaybg/Manifest
index 63a13a1ba054..e1be86c39647 100644
--- a/gui-apps/swaybg/Manifest
+++ b/gui-apps/swaybg/Manifest
@@ -1,2 +1,3 @@
 DIST swaybg-1.0.tar.gz 15851 BLAKE2B 
820edbce4161f2d109bc8e842fb2bef101a5793d1da90f4258e5771fe85ab089e184c063a0a7073adbe218c59307946f86bd02c4d62b0585aeb3f9cd5c7963f8
 SHA512 
67d0e0109b906ece51800729182940374cc59fa07d0866b57cf876d12191fe12e796b84350a849dc85183fa58a3b2d196191e48dcc03dcc3708a980ed4a8cff0
 DIST swaybg-1.1.1.tar.gz 16474 BLAKE2B 
21e966e28b5228688aa452f6086feea58bcd56d7fccfe53babe086b9e26702429705870b7d5c7e4900db40e281eab6e1f4077c4cc58f0be745e2d5a9a7d7f46f
 SHA512 
e5ac7af1690974206f916e1d99a8dde0e837acbc686e2de2c46d505201f239a059f998adc22192205d1ad75b5905222f16aed243b31920e19c0ff2229b8eda2c
+DIST swaybg-1.2.0.tar.gz 16572 BLAKE2B 
197daba2a049bd21c1609c7abc5241c1b8664dabd34b16d9664c2f7f6853028389f81ef3d8e7f13c8b8decda0a0149ff911b86cc079b11cdbc8f9c977c4e0e23
 SHA512 
e0c0d78a1887e8a6ff396305ea717be22ec316cd17ef7e2f61a0fe25f976ff12bb5fd48bf8dc7d99d7c9bf6948b4a00d99bf9ac68021080ae9c393ca84e86e0a

diff --git a/gui-apps/swaybg/swaybg-.ebuild 
b/gui-apps/swaybg/swaybg-1.2.0.ebuild
similarity index 90%
copy from gui-apps/swaybg/swaybg-.ebuild
copy to gui-apps/swaybg/swaybg-1.2.0.ebuild
index a665232edee6..e0ab462e5fa1 100644
--- a/gui-apps/swaybg/swaybg-.ebuild
+++ b/gui-apps/swaybg/swaybg-1.2.0.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson
 
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/swaywm/${PN}.git;
 else
-   SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://github.com/swaywm/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 

diff --git a/gui-apps/swaybg/swaybg-.ebuild 
b/gui-apps/swaybg/swaybg-.ebuild
index a665232edee6..e0ab462e5fa1 100644
--- a/gui-apps/swaybg/swaybg-.ebuild
+++ b/gui-apps/swaybg/swaybg-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson
 
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/swaywm/${PN}.git;
 else
-   SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://github.com/swaywm/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: gui-apps/swaybg/

2022-06-25 Thread Matthew Thode
commit: 1a0cbb9052632e827c64f96752e3e2c0d1d391c7
Author: Alex Xu (Hello71)  yahoo  ca>
AuthorDate: Tue Aug 24 11:49:33 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jun 25 19:12:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a0cbb90

gui-apps/swaybg: upgrade to 1.1.1, various fixes

- fix cross-compile deps
- make gdk-pixbuf optional
- add ~riscv to -

Signed-off-by: Alex Xu (Hello71)  yahoo.ca>
Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/swaybg/Manifest   |  1 +
 gui-apps/swaybg/metadata.xml   |  3 +++
 .../swaybg/{swaybg-.ebuild => swaybg-1.1.1.ebuild} | 14 --
 gui-apps/swaybg/swaybg-.ebuild | 12 +++-
 4 files changed, 19 insertions(+), 11 deletions(-)

diff --git a/gui-apps/swaybg/Manifest b/gui-apps/swaybg/Manifest
index 562a59c8a6d5..63a13a1ba054 100644
--- a/gui-apps/swaybg/Manifest
+++ b/gui-apps/swaybg/Manifest
@@ -1 +1,2 @@
 DIST swaybg-1.0.tar.gz 15851 BLAKE2B 
820edbce4161f2d109bc8e842fb2bef101a5793d1da90f4258e5771fe85ab089e184c063a0a7073adbe218c59307946f86bd02c4d62b0585aeb3f9cd5c7963f8
 SHA512 
67d0e0109b906ece51800729182940374cc59fa07d0866b57cf876d12191fe12e796b84350a849dc85183fa58a3b2d196191e48dcc03dcc3708a980ed4a8cff0
+DIST swaybg-1.1.1.tar.gz 16474 BLAKE2B 
21e966e28b5228688aa452f6086feea58bcd56d7fccfe53babe086b9e26702429705870b7d5c7e4900db40e281eab6e1f4077c4cc58f0be745e2d5a9a7d7f46f
 SHA512 
e5ac7af1690974206f916e1d99a8dde0e837acbc686e2de2c46d505201f239a059f998adc22192205d1ad75b5905222f16aed243b31920e19c0ff2229b8eda2c

diff --git a/gui-apps/swaybg/metadata.xml b/gui-apps/swaybg/metadata.xml
index c00e68acd181..98797bd88f43 100644
--- a/gui-apps/swaybg/metadata.xml
+++ b/gui-apps/swaybg/metadata.xml
@@ -22,4 +22,7 @@
https://github.com/swaywm/swaybg/issues
https://github.com/swaywm/swaybg/releases

+   
+   Support image types other than 
PNG
+   
 

diff --git a/gui-apps/swaybg/swaybg-.ebuild 
b/gui-apps/swaybg/swaybg-1.1.1.ebuild
similarity index 70%
copy from gui-apps/swaybg/swaybg-.ebuild
copy to gui-apps/swaybg/swaybg-1.1.1.ebuild
index dfb9021263d7..ce371ad99d1a 100644
--- a/gui-apps/swaybg/swaybg-.ebuild
+++ b/gui-apps/swaybg/swaybg-1.1.1.ebuild
@@ -12,25 +12,26 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/swaywm/${PN}.git;
 else
-   SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
+   
SRC_URI="https://github.com/swaywm/${PN}/releases/download/v${PV}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="+man"
+IUSE="gdk-pixbuf +man"
 
 DEPEND="
dev-libs/wayland
+   >=dev-libs/wayland-protocols-1.14
+   x11-libs/cairo
+   gdk-pixbuf? ( x11-libs/gdk-pixbuf )
 "
 RDEPEND="
${DEPEND}
!https://github.com/swaywm/${PN}.git;
 else
SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="+man"
+IUSE="gdk-pixbuf +man"
 
 DEPEND="
dev-libs/wayland
+   >=dev-libs/wayland-protocols-1.14
+   x11-libs/cairo
+   gdk-pixbuf? ( x11-libs/gdk-pixbuf )
 "
 RDEPEND="
${DEPEND}

[gentoo-commits] repo/gentoo:master commit in: gui-apps/swaybg/

2022-05-25 Thread WANG Xuerui
commit: 990df7136778a4a7e5e83abab7017bec08b51d30
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu May 26 05:39:04 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu May 26 05:39:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=990df713

gui-apps/swaybg: forward ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 gui-apps/swaybg/swaybg-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/swaybg/swaybg-.ebuild 
b/gui-apps/swaybg/swaybg-.ebuild
index 24c9ad6a7fdb..dfb9021263d7 100644
--- a/gui-apps/swaybg/swaybg-.ebuild
+++ b/gui-apps/swaybg/swaybg-.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/swaywm/${PN}.git;
 else
SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/swaybg/

2022-05-25 Thread WANG Xuerui
commit: 33dac951029e3b7da82fc30f0ae81510c3a19c80
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu May 26 05:38:25 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu May 26 05:39:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33dac951

gui-apps/swaybg: keyword 1.0 for ~loong

See: https://github.com/xen0n/loongson-overlay/pull/20
Tested-by: HougeLangley  gmail.com>
Signed-off-by: WANG Xuerui  gentoo.org>

 gui-apps/swaybg/swaybg-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/swaybg/swaybg-1.0.ebuild 
b/gui-apps/swaybg/swaybg-1.0.ebuild
index 54fdfb105bf6..102d9f6f0524 100644
--- a/gui-apps/swaybg/swaybg-1.0.ebuild
+++ b/gui-apps/swaybg/swaybg-1.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/swaywm/${PN}.git;
 else
SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/swaybg/

2022-05-16 Thread Sam James
commit: da54a0f6951cae613e4e66f9fbc765a5595cc284
Author: Sam James  gentoo  org>
AuthorDate: Tue May 17 05:53:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 17 05:53:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da54a0f6

gui-apps/swaybg: [QA] drop implicit -Dwerror=false for meson ebuilds

Since f7408ada0c4655827e7bea46c57d7af1b9004433, it's

always set for Meson builds, so we don't need to

repeat it in ebuilds.

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

 gui-apps/swaybg/swaybg-1.0.ebuild  | 3 +--
 gui-apps/swaybg/swaybg-.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/gui-apps/swaybg/swaybg-1.0.ebuild 
b/gui-apps/swaybg/swaybg-1.0.ebuild
index 37ec67bd1e63..54fdfb105bf6 100644
--- a/gui-apps/swaybg/swaybg-1.0.ebuild
+++ b/gui-apps/swaybg/swaybg-1.0.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
@@ -38,7 +38,6 @@ BDEPEND="
 src_configure() {
local emesonargs=(
-Dman-pages=$(usex man enabled disabled)
-   "-Dwerror=false"
)
 
meson_src_configure

diff --git a/gui-apps/swaybg/swaybg-.ebuild 
b/gui-apps/swaybg/swaybg-.ebuild
index be7d136cfaa9..24c9ad6a7fdb 100644
--- a/gui-apps/swaybg/swaybg-.ebuild
+++ b/gui-apps/swaybg/swaybg-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -38,7 +38,6 @@ BDEPEND="
 src_configure() {
local emesonargs=(
-Dman-pages=$(usex man enabled disabled)
-   "-Dwerror=false"
)
 
meson_src_configure



[gentoo-commits] repo/gentoo:master commit in: gui-apps/swaybg/

2020-01-23 Thread Georgy Yakovlev
commit: 9f74a79ec8d144626eaa6c18bb3e3f101af18ad6
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Jan 24 04:07:42 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jan 24 04:07:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f74a79e

gui-apps/swaybg: keyword on ~ppc64

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

 gui-apps/swaybg/swaybg-1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/swaybg/swaybg-1.0.ebuild 
b/gui-apps/swaybg/swaybg-1.0.ebuild
index 605770a1f3d..ba300c66303 100644
--- a/gui-apps/swaybg/swaybg-1.0.ebuild
+++ b/gui-apps/swaybg/swaybg-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/swaywm/${PN}.git;
 else
SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 arm64 x86"
+   KEYWORDS="amd64 arm64 ~ppc64 x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/swaybg/

2020-01-23 Thread Georgy Yakovlev
commit: cca730b5e7aa552278fa71597d3a0cbc61390567
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Jan 24 04:08:23 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jan 24 04:18:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca730b5

gui-apps/swaybg: sync live ebuild keywords

Signed-off-by: Georgy Yakovlev  gentoo.org>

 gui-apps/swaybg/swaybg-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/swaybg/swaybg-.ebuild 
b/gui-apps/swaybg/swaybg-.ebuild
index af2fdfa0474..be7d136cfaa 100644
--- a/gui-apps/swaybg/swaybg-.ebuild
+++ b/gui-apps/swaybg/swaybg-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/swaywm/${PN}.git;
 else
SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/swaybg/

2019-06-02 Thread Matthew Thode
commit: f84b8d419edb8a24948453b2f446610602732804
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jun  2 17:20:55 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jun  2 17:20:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f84b8d41

gui-apps/swaybg: 1.0 stable amd65 arm64 and x86

Package-Manager: Portage-2.3.66, Repoman-2.3.13
Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/swaybg/swaybg-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/swaybg/swaybg-1.0.ebuild 
b/gui-apps/swaybg/swaybg-1.0.ebuild
index af2fdfa0474..605770a1f3d 100644
--- a/gui-apps/swaybg/swaybg-1.0.ebuild
+++ b/gui-apps/swaybg/swaybg-1.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/swaywm/${PN}.git;
 else
SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 arm64 x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/swaybg/

2019-05-03 Thread Matthew Thode
commit: ce0ebfae36d50fe135b238be4b398bbf46d5d5c5
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat May  4 04:23:02 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat May  4 04:23:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0ebfae

gui-apps/swaybg: really fix dep on sway

FWB: b-man
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/swaybg/swaybg-1.0.ebuild  | 2 +-
 gui-apps/swaybg/swaybg-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/swaybg/swaybg-1.0.ebuild 
b/gui-apps/swaybg/swaybg-1.0.ebuild
index a4b77a86be9..af2fdfa0474 100644
--- a/gui-apps/swaybg/swaybg-1.0.ebuild
+++ b/gui-apps/swaybg/swaybg-1.0.ebuild
@@ -25,7 +25,7 @@ DEPEND="
 "
 RDEPEND="
${DEPEND}
-   

[gentoo-commits] repo/gentoo:master commit in: gui-apps/swaybg/

2019-05-03 Thread Matthew Thode
commit: 6876cace0ce61b460c30acd38bf3453e46511eae
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat May  4 03:28:54 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat May  4 03:29:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6876cace

gui-apps/swaybg: fix dep on sway, now !<1.1 from !<=1.1

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/swaybg/swaybg-1.0.ebuild  | 2 +-
 gui-apps/swaybg/swaybg-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/swaybg/swaybg-1.0.ebuild 
b/gui-apps/swaybg/swaybg-1.0.ebuild
index 3de08375f03..a4b77a86be9 100644
--- a/gui-apps/swaybg/swaybg-1.0.ebuild
+++ b/gui-apps/swaybg/swaybg-1.0.ebuild
@@ -25,7 +25,7 @@ DEPEND="
 "
 RDEPEND="
${DEPEND}
-   !<=gui-wm/sway-1.1
+   

[gentoo-commits] repo/gentoo:master commit in: gui-apps/swaybg/

2019-05-03 Thread Matthew Thode
commit: 0aa2bb4b478cbd99b4b2e6658d526d210ac532d2
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri May  3 18:25:12 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri May  3 18:32:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa2bb4b

gui-apps/swaybg: 1.0 release

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/swaybg/Manifest  | 1 +
 gui-apps/swaybg/{swaybg-.ebuild => swaybg-1.0.ebuild} | 2 +-
 gui-apps/swaybg/swaybg-.ebuild| 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gui-apps/swaybg/Manifest b/gui-apps/swaybg/Manifest
new file mode 100644
index 000..562a59c8a6d
--- /dev/null
+++ b/gui-apps/swaybg/Manifest
@@ -0,0 +1 @@
+DIST swaybg-1.0.tar.gz 15851 BLAKE2B 
820edbce4161f2d109bc8e842fb2bef101a5793d1da90f4258e5771fe85ab089e184c063a0a7073adbe218c59307946f86bd02c4d62b0585aeb3f9cd5c7963f8
 SHA512 
67d0e0109b906ece51800729182940374cc59fa07d0866b57cf876d12191fe12e796b84350a849dc85183fa58a3b2d196191e48dcc03dcc3708a980ed4a8cff0

diff --git a/gui-apps/swaybg/swaybg-.ebuild 
b/gui-apps/swaybg/swaybg-1.0.ebuild
similarity index 96%
copy from gui-apps/swaybg/swaybg-.ebuild
copy to gui-apps/swaybg/swaybg-1.0.ebuild
index 79643a572c6..3de08375f03 100644
--- a/gui-apps/swaybg/swaybg-.ebuild
+++ b/gui-apps/swaybg/swaybg-1.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/swaywm/${PN}.git;
 else
SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
 LICENSE="MIT"

diff --git a/gui-apps/swaybg/swaybg-.ebuild 
b/gui-apps/swaybg/swaybg-.ebuild
index 79643a572c6..3de08375f03 100644
--- a/gui-apps/swaybg/swaybg-.ebuild
+++ b/gui-apps/swaybg/swaybg-.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/swaywm/${PN}.git;
 else
SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/swaybg/

2019-04-29 Thread Matthew Thode
commit: e3cc52f2b4aafade01fd78685910b544d28fe0ef
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr 30 03:28:47 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr 30 03:34:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3cc52f2

gui-apps/swaybg: initial add

Bug: https://bugs.gentoo.org/684622
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/swaybg/metadata.xml   | 28 
 gui-apps/swaybg/swaybg-.ebuild | 45 ++
 2 files changed, 73 insertions(+)

diff --git a/gui-apps/swaybg/metadata.xml b/gui-apps/swaybg/metadata.xml
new file mode 100644
index 000..4708ce6a796
--- /dev/null
+++ b/gui-apps/swaybg/metadata.xml
@@ -0,0 +1,28 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   speedjac...@gmail.com
+   Niccolò Scatena
+   
+   
+   Sway's wallpaper utility, compatible with any Wayland compositor
+   which implements the wlr-layer-shell, xdg-output and xdg-shell 
protocols.
+   
+   
+   Build and install man pages
+   
+   
+   swaywm/swaybg
+   
+   s...@cmpwn.com
+   Drew DeVault
+   
+   https://github.com/swaywm/swaybg/issues
+   https://github.com/swaywm/swaybg/releases
+   
+

diff --git a/gui-apps/swaybg/swaybg-.ebuild 
b/gui-apps/swaybg/swaybg-.ebuild
new file mode 100644
index 000..79643a572c6
--- /dev/null
+++ b/gui-apps/swaybg/swaybg-.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="A wallpaper utility for Wayland"
+HOMEPAGE="https://github.com/swaywm/swaybg;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/swaywm/${PN}.git;
+else
+   SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="+man"
+
+DEPEND="
+   dev-libs/wayland
+"
+RDEPEND="
+   ${DEPEND}
+   !<=gui-wm/sway-1.1
+"
+BDEPEND="
+   >=dev-libs/wayland-protocols-1.14
+   x11-libs/gdk-pixbuf
+   x11-libs/cairo
+   virtual/pkgconfig
+   man? ( app-text/scdoc )
+"
+
+src_configure() {
+   local emesonargs=(
+   -Dman-pages=$(usex man enabled disabled)
+   "-Dwerror=false"
+   )
+
+   meson_src_configure
+}