[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi-calc/

2024-09-18 Thread Petr Vaněk
commit: c4c693fb864889cf79c18aee1bce4588ee615d06
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Sep 18 20:41:44 2024 +
Commit: Petr Vaněk  gentoo  org>
CommitDate: Wed Sep 18 20:42:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c693fb

x11-misc/rofi-calc: remove empty variables

Signed-off-by: Petr Vaněk  gentoo.org>

 x11-misc/rofi-calc/rofi-calc-.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-misc/rofi-calc/rofi-calc-.ebuild 
b/x11-misc/rofi-calc/rofi-calc-.ebuild
index ac69969f2903..3f1eac33d712 100644
--- a/x11-misc/rofi-calc/rofi-calc-.ebuild
+++ b/x11-misc/rofi-calc/rofi-calc-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,13 +7,10 @@ inherit git-r3 autotools
 
 DESCRIPTION="Do live calculations in rofi!"
 HOMEPAGE="https://github.com/svenstaro/rofi-calc";
-SRC_URI=""
 EGIT_REPO_URI="https://github.com/svenstaro/rofi-calc.git";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS=""
-IUSE=""
 
 DEPEND="
x11-misc/rofi



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi-calc/

2024-09-18 Thread Petr Vaněk
commit: 7023516a21429a235e8b75091d11fd53639b8703
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Sep 18 20:37:30 2024 +
Commit: Petr Vaněk  gentoo  org>
CommitDate: Wed Sep 18 20:42:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7023516a

x11-misc/rofi-calc: drop 2.0.0, 2.2.0

Signed-off-by: Petr Vaněk  gentoo.org>

 x11-misc/rofi-calc/Manifest   |  2 --
 x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild | 31 ---
 x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild | 31 ---
 3 files changed, 64 deletions(-)

diff --git a/x11-misc/rofi-calc/Manifest b/x11-misc/rofi-calc/Manifest
index aff88b0684bc..7cffc7864fdd 100644
--- a/x11-misc/rofi-calc/Manifest
+++ b/x11-misc/rofi-calc/Manifest
@@ -1,3 +1 @@
-DIST rofi-calc-2.0.0.tar.gz 1695125 BLAKE2B 
d76c304724b0f3326a8bd26ab2c7eaed5f77f3b6d07ddc97570a1fb28d56504d98ac9ab66411290cb548b760bd3231a729dfc470e748a8447e323d1b290f677c
 SHA512 
298f9983dbd140f5aee5b3799b165500eae100f3f5744ba07914b962faf01661dee0f5f4c9c12a07a4e210b6115ac6fb377d9fa9a7e64ef5a19600e9f55cd478
-DIST rofi-calc-2.2.0.tar.gz 1695821 BLAKE2B 
ab91e17c2baa854e76f593626b774390b5bdd57c78419c16981371f1e4be64cee0a38845dcd93998741ceeac462a1158af08519692c65a04a22418aa7026dc89
 SHA512 
7eedb5c7be97f42a1683cabdf0745c28d2a4f123f02e7cf2bf5a44cf851271b5bdc31f7622f4f30d086ecdcbcc7e4d62d3550b8c5b8ceebcdaca362e8d09a68d
 DIST rofi-calc-2.2.1.tar.gz 1696532 BLAKE2B 
5595f81b5eebefb68b97b397f4b9571afd548d7e2a3323cd2693a2ced629f0d270afe4351fe01f43c36760b2ba2c6c5509181d262285eb6caa9f768be1b2d2cf
 SHA512 
33c4b5ca2c13d538c902d747c65b376d00b4f6b628d5fc14b4761105537503f24bd51a5cf8f07b6ab4b28bccbf6e84c70ea3125ed7e1664eadb108e4250a42ba

diff --git a/x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild 
b/x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild
deleted file mode 100644
index ce53ee1c9e75..
--- a/x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Do live calculations in rofi!"
-HOMEPAGE="https://github.com/svenstaro/rofi-calc";
-SRC_URI="https://github.com/svenstaro/rofi-calc/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   x11-misc/rofi
-   >=sci-libs/libqalculate-2.0
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-   eautoreconf -i
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-}

diff --git a/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild 
b/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild
deleted file mode 100644
index 5264d2023257..
--- a/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Do live calculations in rofi!"
-HOMEPAGE="https://github.com/svenstaro/rofi-calc";
-SRC_URI="https://github.com/svenstaro/rofi-calc/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   x11-misc/rofi
-   >=sci-libs/libqalculate-2.0
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-   eautoreconf -i
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi-calc/

2024-07-21 Thread Conrad Kostecki
commit: 0ade5289e05e05817e44b8fee8bd36cddb6c5426
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Jul 17 19:01:59 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Jul 21 15:05:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ade5289

x11-misc/rofi-calc: add 2.2.1

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/37593
Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/rofi-calc/Manifest   |  1 +
 x11-misc/rofi-calc/rofi-calc-2.2.1.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/x11-misc/rofi-calc/Manifest b/x11-misc/rofi-calc/Manifest
index 36ea19b3fde4..aff88b0684bc 100644
--- a/x11-misc/rofi-calc/Manifest
+++ b/x11-misc/rofi-calc/Manifest
@@ -1,2 +1,3 @@
 DIST rofi-calc-2.0.0.tar.gz 1695125 BLAKE2B 
d76c304724b0f3326a8bd26ab2c7eaed5f77f3b6d07ddc97570a1fb28d56504d98ac9ab66411290cb548b760bd3231a729dfc470e748a8447e323d1b290f677c
 SHA512 
298f9983dbd140f5aee5b3799b165500eae100f3f5744ba07914b962faf01661dee0f5f4c9c12a07a4e210b6115ac6fb377d9fa9a7e64ef5a19600e9f55cd478
 DIST rofi-calc-2.2.0.tar.gz 1695821 BLAKE2B 
ab91e17c2baa854e76f593626b774390b5bdd57c78419c16981371f1e4be64cee0a38845dcd93998741ceeac462a1158af08519692c65a04a22418aa7026dc89
 SHA512 
7eedb5c7be97f42a1683cabdf0745c28d2a4f123f02e7cf2bf5a44cf851271b5bdc31f7622f4f30d086ecdcbcc7e4d62d3550b8c5b8ceebcdaca362e8d09a68d
+DIST rofi-calc-2.2.1.tar.gz 1696532 BLAKE2B 
5595f81b5eebefb68b97b397f4b9571afd548d7e2a3323cd2693a2ced629f0d270afe4351fe01f43c36760b2ba2c6c5509181d262285eb6caa9f768be1b2d2cf
 SHA512 
33c4b5ca2c13d538c902d747c65b376d00b4f6b628d5fc14b4761105537503f24bd51a5cf8f07b6ab4b28bccbf6e84c70ea3125ed7e1664eadb108e4250a42ba

diff --git a/x11-misc/rofi-calc/rofi-calc-2.2.1.ebuild 
b/x11-misc/rofi-calc/rofi-calc-2.2.1.ebuild
new file mode 100644
index ..47135ee28930
--- /dev/null
+++ b/x11-misc/rofi-calc/rofi-calc-2.2.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Do live calculations in rofi!"
+HOMEPAGE="https://github.com/svenstaro/rofi-calc";
+SRC_URI="https://github.com/svenstaro/rofi-calc/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   x11-misc/rofi
+   >=sci-libs/libqalculate-2.0
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   eautoreconf -i
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2024-03-16 Thread Sam James
commit: 46ca7fec8948323a0b9c15866363473b76b93e90
Author: Eli Schwartz  gmail  com>
AuthorDate: Sun Mar 17 03:07:27 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 17 05:28:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46ca7fec

x11-misc/rofi: mark as LTO-unsafe

Fixed upstream but we are waiting for a new version.

Closes: https://bugs.gentoo.org/881281
Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 x11-misc/rofi/rofi-1.7.5.ebuild | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/x11-misc/rofi/rofi-1.7.5.ebuild b/x11-misc/rofi/rofi-1.7.5.ebuild
index aa90b0c02f84..69974bf5e0e4 100644
--- a/x11-misc/rofi/rofi-1.7.5.ebuild
+++ b/x11-misc/rofi/rofi-1.7.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit autotools toolchain-funcs xdg-utils
+inherit autotools flag-o-matic toolchain-funcs xdg-utils
 
 DESCRIPTION="A window switcher, run dialog and dmenu replacement"
 HOMEPAGE="https://github.com/davatorium/rofi";
@@ -51,6 +51,11 @@ src_prepare() {
 }
 
 src_configure() {
+   # -Werror=lto-type-mismatch
+   # https://bugs.gentoo.org/881281
+   # fixed upstream in git next, remove on next version bump
+   filter-lto
+
# Doesn't work with reflex, bug #887049
export LEX=flex
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi-calc/

2023-05-04 Thread Sam James
commit: d4782cc2f85114034e6d5c9551701fbe765cbb90
Author: Sam James  gentoo  org>
AuthorDate: Fri May  5 04:38:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May  5 04:38:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4782cc2

x11-misc/rofi-calc: EAPI 8

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

 x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild | 2 +-
 x11-misc/rofi-calc/rofi-calc-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild 
b/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild
index ce53ee1c9e75..5264d2023257 100644
--- a/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild
+++ b/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools
 

diff --git a/x11-misc/rofi-calc/rofi-calc-.ebuild 
b/x11-misc/rofi-calc/rofi-calc-.ebuild
index 80022c3bb2d4..ac69969f2903 100644
--- a/x11-misc/rofi-calc/rofi-calc-.ebuild
+++ b/x11-misc/rofi-calc/rofi-calc-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit git-r3 autotools
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi-calc/

2023-05-04 Thread Sam James
commit: a1d41ac16afe665f2facd12633530b8e33884e9b
Author: Michael Vetter  iodoru  org>
AuthorDate: Wed May  3 09:39:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May  5 04:37:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1d41ac1

x11-misc/rofi-calc: remove libtool files

Bug: https://bugs.gentoo.org/852902

Signed-off-by: Michael Vetter  iodoru.org>
Closes: https://github.com/gentoo/gentoo/pull/30854
Signed-off-by: Sam James  gentoo.org>

 x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild | 7 ++-
 x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild | 5 +
 x11-misc/rofi-calc/rofi-calc-.ebuild  | 7 ++-
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild 
b/x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild
index a267871cd50b..ce53ee1c9e75 100644
--- a/x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild
+++ b/x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -24,3 +24,8 @@ src_prepare() {
default
eautoreconf -i
 }
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+}

diff --git a/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild 
b/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild
index b7c73415246d..ce53ee1c9e75 100644
--- a/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild
+++ b/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild
@@ -24,3 +24,8 @@ src_prepare() {
default
eautoreconf -i
 }
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+}

diff --git a/x11-misc/rofi-calc/rofi-calc-.ebuild 
b/x11-misc/rofi-calc/rofi-calc-.ebuild
index c70193f7e119..80022c3bb2d4 100644
--- a/x11-misc/rofi-calc/rofi-calc-.ebuild
+++ b/x11-misc/rofi-calc/rofi-calc-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,3 +25,8 @@ src_prepare() {
default
eautoreconf -i
 }
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi-calc/

2023-05-04 Thread Sam James
commit: 67ae48b33ff6bbc32814f726911efe116c2d54b8
Author: Michael Vetter  iodoru  org>
AuthorDate: Wed May  3 09:36:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May  5 04:37:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ae48b3

x11-misc/rofi-calc: add 2.2.0

Signed-off-by: Michael Vetter  iodoru.org>
Signed-off-by: Sam James  gentoo.org>

 x11-misc/rofi-calc/Manifest   |  1 +
 x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/x11-misc/rofi-calc/Manifest b/x11-misc/rofi-calc/Manifest
index 916e7b8d7309..36ea19b3fde4 100644
--- a/x11-misc/rofi-calc/Manifest
+++ b/x11-misc/rofi-calc/Manifest
@@ -1 +1,2 @@
 DIST rofi-calc-2.0.0.tar.gz 1695125 BLAKE2B 
d76c304724b0f3326a8bd26ab2c7eaed5f77f3b6d07ddc97570a1fb28d56504d98ac9ab66411290cb548b760bd3231a729dfc470e748a8447e323d1b290f677c
 SHA512 
298f9983dbd140f5aee5b3799b165500eae100f3f5744ba07914b962faf01661dee0f5f4c9c12a07a4e210b6115ac6fb377d9fa9a7e64ef5a19600e9f55cd478
+DIST rofi-calc-2.2.0.tar.gz 1695821 BLAKE2B 
ab91e17c2baa854e76f593626b774390b5bdd57c78419c16981371f1e4be64cee0a38845dcd93998741ceeac462a1158af08519692c65a04a22418aa7026dc89
 SHA512 
7eedb5c7be97f42a1683cabdf0745c28d2a4f123f02e7cf2bf5a44cf851271b5bdc31f7622f4f30d086ecdcbcc7e4d62d3550b8c5b8ceebcdaca362e8d09a68d

diff --git a/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild 
b/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild
new file mode 100644
index ..b7c73415246d
--- /dev/null
+++ b/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Do live calculations in rofi!"
+HOMEPAGE="https://github.com/svenstaro/rofi-calc";
+SRC_URI="https://github.com/svenstaro/rofi-calc/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   x11-misc/rofi
+   >=sci-libs/libqalculate-2.0
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   eautoreconf -i
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2023-03-28 Thread Florian Schmaus
commit: fe510cf2f87c9c4877a39ae11a34c132aa11619e
Author: jinqiang zhang  0x0  ee>
AuthorDate: Tue Mar 28 20:18:39 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Mar 28 20:39:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe510cf2

x11-misc/rofi: keyword 1.7.5 for ~riscv

Closes: https://bugs.gentoo.org/903413
Signed-off-by: jinqiang zhang  0x0.ee>
Closes: https://github.com/gentoo/gentoo/pull/30388
Signed-off-by: Florian Schmaus  gentoo.org>

 x11-misc/rofi/rofi-1.7.5.ebuild | 2 +-
 x11-misc/rofi/rofi-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/rofi/rofi-1.7.5.ebuild b/x11-misc/rofi/rofi-1.7.5.ebuild
index 8e9a841cca71..aa90b0c02f84 100644
--- a/x11-misc/rofi/rofi-1.7.5.ebuild
+++ b/x11-misc/rofi/rofi-1.7.5.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == "" ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz";
-   KEYWORDS="amd64 arm64 x86"
+   KEYWORDS="amd64 arm64 ~riscv x86"
 fi
 
 LICENSE="MIT"

diff --git a/x11-misc/rofi/rofi-.ebuild b/x11-misc/rofi/rofi-.ebuild
index 8e9a841cca71..aa90b0c02f84 100644
--- a/x11-misc/rofi/rofi-.ebuild
+++ b/x11-misc/rofi/rofi-.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == "" ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz";
-   KEYWORDS="amd64 arm64 x86"
+   KEYWORDS="amd64 arm64 ~riscv x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2023-03-28 Thread Florian Schmaus
commit: 3e56d8980a06c12c4803036238d4b2e2a9e9bd50
Author: Florian Schmaus  gentoo  org>
AuthorDate: Tue Mar 28 20:40:21 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Mar 28 20:40:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e56d898

x11-misc/rofi: update upstream metadata

Signed-off-by: Florian Schmaus  gentoo.org>

 x11-misc/rofi/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/rofi/metadata.xml b/x11-misc/rofi/metadata.xml
index 040d877273ac..61c7bf918fc9 100644
--- a/x11-misc/rofi/metadata.xml
+++ b/x11-misc/rofi/metadata.xml
@@ -18,6 +18,6 @@
Enable normal window mode


-   DaveDavenport/rofi
+   davatorium/rofi

 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2023-02-16 Thread Florian Schmaus
commit: 39c00a0694d4b1eb04e717d9765c89a7c441a9bb
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Feb 16 07:45:56 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Feb 16 08:12:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c00a06

x11-misc/rofi: drop 1.7.3-r1

Signed-off-by: Florian Schmaus  gentoo.org>

 x11-misc/rofi/Manifest |  1 -
 x11-misc/rofi/rofi-1.7.3-r1.ebuild | 70 --
 2 files changed, 71 deletions(-)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index 104287457489..75d274fd3f64 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,2 +1 @@
-DIST rofi-1.7.3.tar.xz 755776 BLAKE2B 
af746e72ce5d09f3815960eb533bf58160c56141a116d1d950db498445e07696d0af2abe36a661ce67178f2040bfba7a39ac6c8eacdfc4db9f75e5f74daf47f5
 SHA512 
bba9ee25c7ff2168370ad1fd21a2286706f9db1efccdab84c55abd3bfa822ed10d23128388c69c964e81b2c51e1a95b3a3c7ca503a4564d0bdb3a993d8a9553d
 DIST rofi-1.7.5.tar.xz 772952 BLAKE2B 
54511f4f793f3ba0b58294daa1d2974228904a637d13d729b0b7d974c0ebf8d0d98514705212bd42500fe90b0685a3515dc67793baa95baefe6dfc0ecdee83c7
 SHA512 
84cbb8ccef14fdb5d68062b17245fbcb0e9bab46534eb6c7ce532750b86fb33ce6e43ed24cf3c65e553d15b23a201c9168d97d257da4dddeddb0a7c44dd59cc0

diff --git a/x11-misc/rofi/rofi-1.7.3-r1.ebuild 
b/x11-misc/rofi/rofi-1.7.3-r1.ebuild
deleted file mode 100644
index 803fb05e4226..
--- a/x11-misc/rofi/rofi-1.7.3-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools toolchain-funcs
-
-DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://github.com/davatorium/rofi";
-SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE="+drun test +windowmode"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   sys-devel/bison
-   >=sys-devel/flex-2.5.39
-   virtual/pkgconfig
-"
-RDEPEND="
-   dev-libs/glib:2
-   x11-libs/cairo[X,xcb(+)]
-   x11-libs/gdk-pixbuf:2
-   x11-libs/libxcb:=
-   x11-libs/libxkbcommon[X]
-   x11-libs/pango[X]
-   x11-libs/startup-notification
-   x11-libs/xcb-util
-   x11-libs/xcb-util-cursor
-   x11-libs/xcb-util-wm
-   x11-misc/xkeyboard-config
-"
-DEPEND="
-   ${RDEPEND}
-   x11-base/xorg-proto
-   test? ( >=dev-libs/check-0.11 )
-"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   # Doesn't work with reflex, bug #887049
-   export LEX=flex
-
-   tc-export CC
-
-   local myeconfargs=(
-   $(use_enable drun)
-   $(use_enable test check)
-   $(use_enable windowmode)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-pkg_postinst() {
-   for v in ${REPLACING_VERSIONS}; do
-   if ver_test "${v}" -lt 1.7.0; then
-   elog "Rofi 1.7.0 removed the (deprecated) xresources 
based configuration setup."
-   elog "If you are still using old configuration setup, 
please convert it to new format manually."
-   elog "The new format configuration can be generated by 
'rofi -dump-config > ~/.config/rofi/config.rasi'."
-   elog "For more information, please see 
https://github.com/davatorium/rofi/releases/tag/1.7.0";
-   fi
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2023-02-16 Thread Florian Schmaus
commit: 637be59d1c1060d9ad864931934af850a0167042
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Feb 16 07:56:10 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Feb 16 08:12:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=637be59d

x11-misc/rofi: remove log message and unset YACC

Closes: https://bugs.gentoo.org/894634
Signed-off-by: Florian Schmaus  gentoo.org>

 x11-misc/rofi/rofi-1.7.5.ebuild | 14 --
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/x11-misc/rofi/rofi-1.7.5.ebuild b/x11-misc/rofi/rofi-1.7.5.ebuild
index c51049b5e10e..7f25753ea807 100644
--- a/x11-misc/rofi/rofi-1.7.5.ebuild
+++ b/x11-misc/rofi/rofi-1.7.5.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
@@ -48,6 +48,9 @@ src_configure() {
# Doesn't work with reflex, bug #887049
export LEX=flex
 
+   # Requires bison, see https://bugs.gentoo.org/894634.
+   unset YACC
+
tc-export CC
 
local myeconfargs=(
@@ -59,15 +62,6 @@ src_configure() {
 }
 
 pkg_postinst() {
-   for v in ${REPLACING_VERSIONS}; do
-   if ver_test "${v}" -lt 1.7.0; then
-   elog "Rofi 1.7.0 removed the (deprecated) xresources 
based configuration setup."
-   elog "If you are still using old configuration setup, 
please convert it to new format manually."
-   elog "The new format configuration can be generated by 
'rofi -dump-config > ~/.config/rofi/config.rasi'."
-   elog "For more information, please see 
https://github.com/davatorium/rofi/releases/tag/1.7.0";
-   fi
-   done
-
xdg_icon_cache_update
 }
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2023-02-16 Thread Florian Schmaus
commit: fe87c95bbf6b4152afd5ca5a4a4a68dd7bdbaffa
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Feb 16 08:01:52 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Feb 16 08:12:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe87c95b

x11-misc/rofi: sync live ebuild

Signed-off-by: Florian Schmaus  gentoo.org>

 x11-misc/rofi/rofi-1.7.5.ebuild| 10 +--
 .../rofi/{rofi-9.ebuild => rofi-.ebuild}   | 35 +++---
 2 files changed, 32 insertions(+), 13 deletions(-)

diff --git a/x11-misc/rofi/rofi-1.7.5.ebuild b/x11-misc/rofi/rofi-1.7.5.ebuild
index 7f25753ea807..8e9a841cca71 100644
--- a/x11-misc/rofi/rofi-1.7.5.ebuild
+++ b/x11-misc/rofi/rofi-1.7.5.ebuild
@@ -7,11 +7,17 @@ inherit autotools toolchain-funcs xdg-utils
 
 DESCRIPTION="A window switcher, run dialog and dmenu replacement"
 HOMEPAGE="https://github.com/davatorium/rofi";
-SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz";
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/davatorium/rofi";
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz";
+   KEYWORDS="amd64 arm64 x86"
+fi
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm64 x86"
 IUSE="+drun test +windowmode"
 RESTRICT="!test? ( test )"
 

diff --git a/x11-misc/rofi/rofi-9.ebuild b/x11-misc/rofi/rofi-.ebuild
similarity index 62%
rename from x11-misc/rofi/rofi-9.ebuild
rename to x11-misc/rofi/rofi-.ebuild
index 88dba687d9d8..8e9a841cca71 100644
--- a/x11-misc/rofi/rofi-9.ebuild
+++ b/x11-misc/rofi/rofi-.ebuild
@@ -1,17 +1,23 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit autotools git-r3 toolchain-funcs
+inherit autotools toolchain-funcs xdg-utils
 
 DESCRIPTION="A window switcher, run dialog and dmenu replacement"
 HOMEPAGE="https://github.com/davatorium/rofi";
-EGIT_REPO_URI="https://github.com/davatorium/rofi";
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/davatorium/rofi";
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz";
+   KEYWORDS="amd64 arm64 x86"
+fi
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS=""
 IUSE="+drun test +windowmode"
 RESTRICT="!test? ( test )"
 
@@ -22,19 +28,15 @@ BDEPEND="
 "
 RDEPEND="
dev-libs/glib:2
-   gnome-base/librsvg:2
-   media-libs/freetype
-   virtual/jpeg
x11-libs/cairo[X,xcb(+)]
-   x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/libxcb
+   x11-libs/gdk-pixbuf:2
+   x11-libs/libxcb:=
x11-libs/libxkbcommon[X]
x11-libs/pango[X]
x11-libs/startup-notification
x11-libs/xcb-util
+   x11-libs/xcb-util-cursor
x11-libs/xcb-util-wm
-   x11-libs/xcb-util-xrm
x11-misc/xkeyboard-config
 "
 DEPEND="
@@ -52,6 +54,9 @@ src_configure() {
# Doesn't work with reflex, bug #887049
export LEX=flex
 
+   # Requires bison, see https://bugs.gentoo.org/894634.
+   unset YACC
+
tc-export CC
 
local myeconfargs=(
@@ -61,3 +66,11 @@ src_configure() {
)
econf "${myeconfargs[@]}"
 }
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/files/

2023-01-01 Thread Florian Schmaus
commit: 202f0335f04d765f2f70a6a5032c4f0a25b42988
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun Jan  1 13:47:17 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Jan  1 13:58:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=202f0335

x11-misc/rofi: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/28923
Signed-off-by: Florian Schmaus  gentoo.org>

 x11-misc/rofi/files/rofi-0.15.12-Werror.patch  | 11 
 .../rofi/files/rofi-1.5.0-gtk-settings-test.patch  | 13 --
 x11-misc/rofi/files/rofi-1.6.1-autoconf-2.70.patch | 30 --
 3 files changed, 54 deletions(-)

diff --git a/x11-misc/rofi/files/rofi-0.15.12-Werror.patch 
b/x11-misc/rofi/files/rofi-0.15.12-Werror.patch
deleted file mode 100644
index 89755ee4d0c5..
--- a/x11-misc/rofi/files/rofi-0.15.12-Werror.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -7,7 +7,7 @@
- dnl Setup automake to be silent and in foreign mode.
- dnl We want xz distribution
- dnl -
--AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects dist-xz])
-+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects dist-xz])
- AM_SILENT_RULES([yes])
- 
- dnl -

diff --git a/x11-misc/rofi/files/rofi-1.5.0-gtk-settings-test.patch 
b/x11-misc/rofi/files/rofi-1.5.0-gtk-settings-test.patch
deleted file mode 100644
index 82aa264ac29e..
--- a/x11-misc/rofi/files/rofi-1.5.0-gtk-settings-test.patch
+++ /dev/null
@@ -1,13 +0,0 @@
 a/subprojects/libnkutils/libnkutils-common.mk
-+++ b/subprojects/libnkutils/libnkutils-common.mk
-@@ -130,8 +130,8 @@
-   %D%/src/gtk-settings.c \
-   %D%/src/nkutils-gtk-settings.h
- 
--_libnkutils_tests += \
--  %D%/tests/gtk-settings.test
-+#_libnkutils_tests += \
-+# %D%/tests/gtk-settings.test
- endif
- 
- if NK_ENABLE_XDG_DE

diff --git a/x11-misc/rofi/files/rofi-1.6.1-autoconf-2.70.patch 
b/x11-misc/rofi/files/rofi-1.6.1-autoconf-2.70.patch
deleted file mode 100644
index d2ac9510d3cb..
--- a/x11-misc/rofi/files/rofi-1.6.1-autoconf-2.70.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 7e426c597539c1b6f33c34300b84d2074f94c9b6 Mon Sep 17 00:00:00 2001
-From: Lars Wendler 
-Date: Mon, 4 Jan 2021 22:27:37 +0100
-Subject: [PATCH] configure.ac: Remove argument from AC_PROG_LEX
-
-autoconf-2.70 only accepts "yywrap" and "noyywrap" as arguments to
-AC_PROG_LEX. Calling it with no arguments will trigger the old behavior
-from autoconf-2.69.
-
-Signed-off-by: Lars Wendler 

- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index e0968b65..03dc1d2f 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -7,7 +7,7 @@ AH_BOTTOM([#include "gitconfig.h"])
- dnl -
- dnl Lex & Bison language parser.
- dnl -
--AC_PROG_LEX([flex])
-+AC_PROG_LEX
- AC_PROG_YACC
- 
- 
--- 
-2.30.0
-



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2022-12-27 Thread Sam James
commit: 8d5678f04eaac885f0057142392e78cd14d3b718
Author: Petrus Zhao  gmail  com>
AuthorDate: Tue Dec 27 11:29:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 27 11:39:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d5678f0

x11-misc/rofi: drop 1.6.1-r1

Signed-off-by: Petrus Zhao  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/28847
Signed-off-by: Sam James  gentoo.org>

 x11-misc/rofi/Manifest |  1 -
 x11-misc/rofi/rofi-1.6.1-r1.ebuild | 65 --
 2 files changed, 66 deletions(-)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index 8a869c056aad..104287457489 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,3 +1,2 @@
-DIST rofi-1.6.1.tar.xz 404372 BLAKE2B 
b338382104b84f068024eff3a04bed1bbc895d6977204a9abdc55e3b382e6e6a9e5646f6155011b17d43943d9a7a9fb92aa7dca24789b260e73b5e3b134001de
 SHA512 
c9794a7e4921e58ecc5fc7096218203f548efe2a49ffa6971accc12e9172248bda856ad06f8c11ada9abb62b9a43c7fffce1c1be9a3fe1365c94561b170a8b73
 DIST rofi-1.7.3.tar.xz 755776 BLAKE2B 
af746e72ce5d09f3815960eb533bf58160c56141a116d1d950db498445e07696d0af2abe36a661ce67178f2040bfba7a39ac6c8eacdfc4db9f75e5f74daf47f5
 SHA512 
bba9ee25c7ff2168370ad1fd21a2286706f9db1efccdab84c55abd3bfa822ed10d23128388c69c964e81b2c51e1a95b3a3c7ca503a4564d0bdb3a993d8a9553d
 DIST rofi-1.7.5.tar.xz 772952 BLAKE2B 
54511f4f793f3ba0b58294daa1d2974228904a637d13d729b0b7d974c0ebf8d0d98514705212bd42500fe90b0685a3515dc67793baa95baefe6dfc0ecdee83c7
 SHA512 
84cbb8ccef14fdb5d68062b17245fbcb0e9bab46534eb6c7ce532750b86fb33ce6e43ed24cf3c65e553d15b23a201c9168d97d257da4dddeddb0a7c44dd59cc0

diff --git a/x11-misc/rofi/rofi-1.6.1-r1.ebuild 
b/x11-misc/rofi/rofi-1.6.1-r1.ebuild
deleted file mode 100644
index 066a6e8fcacd..
--- a/x11-misc/rofi/rofi-1.6.1-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools toolchain-funcs
-
-DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://github.com/davatorium/rofi";
-SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="+drun test +windowmode"
-RESTRICT="!test? ( test )"
-
-BDEPEND="virtual/pkgconfig"
-RDEPEND="
-   dev-libs/glib:2
-   gnome-base/librsvg:2
-   media-libs/freetype
-   virtual/jpeg
-   x11-libs/cairo[X,xcb(+)]
-   x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/libxcb
-   x11-libs/libxkbcommon[X]
-   x11-libs/pango[X]
-   x11-libs/startup-notification
-   x11-libs/xcb-util
-   x11-libs/xcb-util-wm
-   x11-libs/xcb-util-xrm
-   x11-misc/xkeyboard-config
-"
-DEPEND="
-   ${RDEPEND}
-   x11-base/xorg-proto
-   test? ( >=dev-libs/check-0.11 )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
-   "${FILESDIR}"/${PN}-1.5.0-gtk-settings-test.patch
-   "${FILESDIR}"/${PN}-1.6.1-autoconf-2.70.patch
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   # Doesn't work with reflex, bug #887049
-   export LEX=flex
-
-   tc-export CC
-
-   local myeconfargs=(
-   $(use_enable drun)
-   $(use_enable test check)
-   $(use_enable windowmode)
-   )
-   econf "${myeconfargs[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2022-12-27 Thread Sam James
commit: 056d15e389ded465ca371ffb1a50a78a86348c37
Author: Petrus Zhao  gmail  com>
AuthorDate: Tue Dec 27 11:25:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 27 11:39:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056d15e3

x11-misc/rofi: add flex version requirement in live ebuild

Signed-off-by: Petrus Zhao  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/28846
Signed-off-by: Sam James  gentoo.org>

 x11-misc/rofi/rofi-9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/rofi/rofi-9.ebuild b/x11-misc/rofi/rofi-9.ebuild
index e790ecc3ac90..88dba687d9d8 100644
--- a/x11-misc/rofi/rofi-9.ebuild
+++ b/x11-misc/rofi/rofi-9.ebuild
@@ -17,7 +17,7 @@ RESTRICT="!test? ( test )"
 
 BDEPEND="
sys-devel/bison
-   sys-devel/flex
+   >=sys-devel/flex-2.5.39
virtual/pkgconfig
 "
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2022-12-27 Thread Sam James
commit: 74922f6671fadafab953e6d552a81a070a9f103e
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 27 10:45:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 27 10:45:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74922f66

x11-misc/rofi: force flex, not reflex

Bug: https://bugs.gentoo.org/887049
Signed-off-by: Sam James  gentoo.org>

 x11-misc/rofi/rofi-1.6.1-r1.ebuild | 3 +++
 x11-misc/rofi/rofi-1.7.3-r1.ebuild | 3 +++
 x11-misc/rofi/rofi-1.7.5.ebuild| 3 +++
 x11-misc/rofi/rofi-9.ebuild| 5 -
 4 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/x11-misc/rofi/rofi-1.6.1-r1.ebuild 
b/x11-misc/rofi/rofi-1.6.1-r1.ebuild
index 664fa0b6b465..066a6e8fcacd 100644
--- a/x11-misc/rofi/rofi-1.6.1-r1.ebuild
+++ b/x11-misc/rofi/rofi-1.6.1-r1.ebuild
@@ -51,6 +51,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # Doesn't work with reflex, bug #887049
+   export LEX=flex
+
tc-export CC
 
local myeconfargs=(

diff --git a/x11-misc/rofi/rofi-1.7.3-r1.ebuild 
b/x11-misc/rofi/rofi-1.7.3-r1.ebuild
index d88c80ce18f7..803fb05e4226 100644
--- a/x11-misc/rofi/rofi-1.7.3-r1.ebuild
+++ b/x11-misc/rofi/rofi-1.7.3-r1.ebuild
@@ -45,6 +45,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # Doesn't work with reflex, bug #887049
+   export LEX=flex
+
tc-export CC
 
local myeconfargs=(

diff --git a/x11-misc/rofi/rofi-1.7.5.ebuild b/x11-misc/rofi/rofi-1.7.5.ebuild
index 4125a5c5a387..c51049b5e10e 100644
--- a/x11-misc/rofi/rofi-1.7.5.ebuild
+++ b/x11-misc/rofi/rofi-1.7.5.ebuild
@@ -45,6 +45,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # Doesn't work with reflex, bug #887049
+   export LEX=flex
+
tc-export CC
 
local myeconfargs=(

diff --git a/x11-misc/rofi/rofi-9.ebuild b/x11-misc/rofi/rofi-9.ebuild
index 66b4e07790bd..e790ecc3ac90 100644
--- a/x11-misc/rofi/rofi-9.ebuild
+++ b/x11-misc/rofi/rofi-9.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=8
@@ -49,6 +49,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # Doesn't work with reflex, bug #887049
+   export LEX=flex
+
tc-export CC
 
local myeconfargs=(



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2022-12-27 Thread Sam James
commit: 897b68a56391f69fe4cb90049871f2188b7ed48d
Author: Petrus Zhao  gmail  com>
AuthorDate: Tue Dec 27 10:30:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 27 10:44:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=897b68a5

x11-misc/rofi: add flex version requirement

Closes: https://bugs.gentoo.org/887049

Signed-off-by: Petrus Zhao  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/28842
Signed-off-by: Sam James  gentoo.org>

 x11-misc/rofi/rofi-1.7.3-r1.ebuild | 2 +-
 x11-misc/rofi/rofi-1.7.5.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/rofi/rofi-1.7.3-r1.ebuild 
b/x11-misc/rofi/rofi-1.7.3-r1.ebuild
index f3c69c98bc62..d88c80ce18f7 100644
--- a/x11-misc/rofi/rofi-1.7.3-r1.ebuild
+++ b/x11-misc/rofi/rofi-1.7.3-r1.ebuild
@@ -17,7 +17,7 @@ RESTRICT="!test? ( test )"
 
 BDEPEND="
sys-devel/bison
-   sys-devel/flex
+   >=sys-devel/flex-2.5.39
virtual/pkgconfig
 "
 RDEPEND="

diff --git a/x11-misc/rofi/rofi-1.7.5.ebuild b/x11-misc/rofi/rofi-1.7.5.ebuild
index 83071b30f34a..4125a5c5a387 100644
--- a/x11-misc/rofi/rofi-1.7.5.ebuild
+++ b/x11-misc/rofi/rofi-1.7.5.ebuild
@@ -17,7 +17,7 @@ RESTRICT="!test? ( test )"
 
 BDEPEND="
sys-devel/bison
-   sys-devel/flex
+   >=sys-devel/flex-2.5.39
virtual/pkgconfig
 "
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi-file-browser-extended/, x11-misc/rofi-file-browser-extended/files/

2022-12-19 Thread Florian Schmaus
commit: 3d04a98e40cdd18d7e359c5705b8d0428db12ffd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 18 10:29:27 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Dec 19 14:38:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d04a98e

x11-misc/rofi-file-browser-extended: drop 1.2.0-r2

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

 x11-misc/rofi-file-browser-extended/Manifest   |  1 -
 ...er-extended-1.2.0-do-not-install-man-page.patch | 32 -
 .../rofi-file-browser-extended-1.2.0-r2.ebuild | 41 --
 3 files changed, 74 deletions(-)

diff --git a/x11-misc/rofi-file-browser-extended/Manifest 
b/x11-misc/rofi-file-browser-extended/Manifest
index 51c29886b887..2dafe33fb12b 100644
--- a/x11-misc/rofi-file-browser-extended/Manifest
+++ b/x11-misc/rofi-file-browser-extended/Manifest
@@ -1,2 +1 @@
-DIST rofi-file-browser-extended-1.2.0.tar.gz 23560 BLAKE2B 
bb5637e9a56009949b4241c218a73fdb79cf5065906b7f48874ee64e3d38d4b68a751eec937eededd040086b2560f6e6f92440d9cc0900be3f3dee54a03f8f83
 SHA512 
74e5adeadaa0322e1d489bda79db58b416553daefbbc353012b82855529875aefd42c53458efe059ee1aa7ea6b7550b791dd56a11c207c5cc6f4ed46d17bdb81
 DIST rofi-file-browser-extended-1.3.1.tar.gz 27169 BLAKE2B 
ced5ae91a865b136bcb2182a17c7a49cbdfcc861f8d1063415691afb13f5bdf3f1c2c0fc56a21a0dec31ee656c2379e55a4f60899c59ca7e056438142675aeb2
 SHA512 
269e33d62e5fdf7f6c48763ae4309fac53873d53af4ebf78f731b709ac6ff41d8f8cf21de917866fe5a80f4949d70d3be6e516c3825a8768106c706438a5b3d1

diff --git 
a/x11-misc/rofi-file-browser-extended/files/rofi-file-browser-extended-1.2.0-do-not-install-man-page.patch
 
b/x11-misc/rofi-file-browser-extended/files/rofi-file-browser-extended-1.2.0-do-not-install-man-page.patch
deleted file mode 100644
index 410943815ac8..
--- 
a/x11-misc/rofi-file-browser-extended/files/rofi-file-browser-extended-1.2.0-do-not-install-man-page.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 47f61ae6b971e71c55788b790146ffe63d64c834 Mon Sep 17 00:00:00 2001
-From: Florian Schmaus 
-Date: Tue, 1 Jun 2021 11:05:05 +0200
-Subject: [PATCH] Do not install man page
-

- CMakeLists.txt | 12 
- 1 file changed, 12 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 5ab8168df336..901de539097e 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -28,15 +28,3 @@ target_link_libraries(filebrowser
- )
- 
- install(TARGETS filebrowser DESTINATION ${ROFI_PLUGINS_DIR})
--
--
--
--# Manpage
--
--add_custom_command(OUTPUT "doc/rofi-file-browser-extended.1.gz"
--   COMMAND gzip -k "doc/rofi-file-browser-extended.1"
--   COMMENT "Packing manpage")
--
--add_custom_target(manpage ALL DEPENDS "doc/rofi-file-browser-extended.1.gz")
--
--install(FILES "doc/rofi-file-browser-extended.1.gz" DESTINATION 
"/usr/share/man/man1")
--- 
-2.31.1
-

diff --git 
a/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.2.0-r2.ebuild
 
b/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.2.0-r2.ebuild
deleted file mode 100644
index 5dd899576fa2..
--- 
a/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.2.0-r2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="A file browser for rofi"
-HOMEPAGE="https://github.com/marvinkreis/rofi-file-browser-extended";
-
-if [[ ${PV} == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/marvinkreis/${PN}.git";
-else
-   
SRC_URI="https://github.com/marvinkreis/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-BDEPEND="virtual/pkgconfig"
-COMMON_DEPEND="
-   dev-libs/glib:2
-   x11-misc/rofi
-"
-DEPEND="
-   ${COMMON_DEPEND}
-   x11-libs/cairo
-"
-RDEPEND="${COMMON_DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}/${P}-do-not-install-man-page.patch"
-)
-
-src_install() {
-   cmake_src_install
-   doman "doc/${PN}.1"
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi-file-browser-extended/, x11-misc/rofi-file-browser-extended/files/

2022-11-11 Thread Florian Schmaus
commit: 327662dcb2dd6690f56655e5f29afcceb36655f9
Author: Florian Schmaus  gentoo  org>
AuthorDate: Fri Nov 11 14:23:56 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Fri Nov 11 14:25:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=327662dc

x11-misc/rofi-file-browser-extended: fix incompatible-function-pointer-types

Closes: https://bugs.gentoo.org/880985
Signed-off-by: Florian Schmaus  gentoo.org>
Upstream: https://github.com/marvinkreis/rofi-file-browser-extended/pull/49

 ...1.3.1-fix-function-pointer-initialization.patch | 23 ++
 ... => rofi-file-browser-extended-1.3.1-r1.ebuild} |  6 +-
 2 files changed, 28 insertions(+), 1 deletion(-)

diff --git 
a/x11-misc/rofi-file-browser-extended/files/rofi-file-browser-extended-1.3.1-fix-function-pointer-initialization.patch
 
b/x11-misc/rofi-file-browser-extended/files/rofi-file-browser-extended-1.3.1-fix-function-pointer-initialization.patch
new file mode 100644
index ..0cfff4286608
--- /dev/null
+++ 
b/x11-misc/rofi-file-browser-extended/files/rofi-file-browser-extended-1.3.1-fix-function-pointer-initialization.patch
@@ -0,0 +1,23 @@
+From 6f62a2d0784a6937d35ac8f6df2e22c23bbfc8f4 Mon Sep 17 00:00:00 2001
+From: Florian Schmaus 
+Date: Fri, 11 Nov 2022 15:03:32 +0100
+Subject: [PATCH] Fix function pointer initialization
+
+Fix
+
+src/filebrowser.c:380:27: warning: incompatible function pointer types 
initializing '_mode_get_icon' (aka 'struct _cairo_surface *(*)(const struct 
rofi_mode *, unsigned int, unsigned int)') with an expression of type 
'cairo_surface_t *(const Mode *, unsigned int, int)' (aka 'struct 
_cairo_surface *(const struct rofi_mode *, unsigned int, int)') 
[-Wincompatible-function-pointer-types]
+._get_icon  = file_browser_get_icon,
+  ^
+
+See also https://bugs.gentoo.org/880985
+--- a/src/filebrowser.c
 b/src/filebrowser.c
+@@ -263,7 +263,7 @@ static char *file_browser_get_display_value ( const Mode 
*sw, unsigned int selec
+ }
+ }
+ 
+-static cairo_surface_t *file_browser_get_icon ( const Mode *sw, unsigned int 
selected_line, int height )
++static cairo_surface_t *file_browser_get_icon ( const Mode *sw, unsigned int 
selected_line, unsigned int height )
+ {
+ FileBrowserModePrivateData *pd = ( FileBrowserModePrivateData * ) 
mode_get_private_data ( sw );
+ FileBrowserFileData *fd = &pd->file_data;

diff --git 
a/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.3.1.ebuild 
b/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.3.1-r1.ebuild
similarity index 82%
rename from 
x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.3.1.ebuild
rename to 
x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.3.1-r1.ebuild
index 2be17da588a0..a3fe3b3b176b 100644
--- 
a/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.3.1.ebuild
+++ 
b/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.3.1-r1.ebuild
@@ -30,10 +30,14 @@ DEPEND="
 "
 RDEPEND="${COMMON_DEPEND}"
 
+PATCHES=(
+   # https://bugs.gentoo.org/880985 
https://github.com/marvinkreis/rofi-file-browser-extended/pull/49
+   "${FILESDIR}/${PN}-1.3.1-fix-function-pointer-initialization.patch"
+)
+
 src_prepare() {
# Delete the lines in CMakeLists.txt that install the man page.
sed -i "45,56d" CMakeLists.txt || die
-   default
cmake_src_prepare
 }
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2022-09-25 Thread Joonas Niilola
commit: 1d1dbdf709eaa1d40bdfef774433c26215684dc8
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Sep 26 05:50:18 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Sep 26 05:50:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d1dbdf7

x11-misc/rofi: Stabilize 1.7.5 amd64, #872791

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

 x11-misc/rofi/rofi-1.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/rofi/rofi-1.7.5.ebuild b/x11-misc/rofi/rofi-1.7.5.ebuild
index b51884994242..ebeef196f431 100644
--- a/x11-misc/rofi/rofi-1.7.5.ebuild
+++ b/x11-misc/rofi/rofi-1.7.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~x86"
+KEYWORDS="amd64 arm64 ~x86"
 IUSE="+drun test +windowmode"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2022-09-25 Thread Joonas Niilola
commit: 9e75d8e10928317e424675858d37db7aac32919e
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Sep 26 05:51:01 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Sep 26 05:51:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e75d8e1

x11-misc/rofi: Stabilize 1.7.5 x86, #872791

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

 x11-misc/rofi/rofi-1.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/rofi/rofi-1.7.5.ebuild b/x11-misc/rofi/rofi-1.7.5.ebuild
index ebeef196f431..83071b30f34a 100644
--- a/x11-misc/rofi/rofi-1.7.5.ebuild
+++ b/x11-misc/rofi/rofi-1.7.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE="+drun test +windowmode"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2022-09-25 Thread Sam James
commit: cc0e5acdb3400085d4048bbf2d66d84d5e7bd012
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 25 23:58:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 25 23:58:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc0e5acd

x11-misc/rofi: Stabilize 1.7.5 arm64, #872791

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

 x11-misc/rofi/rofi-1.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/rofi/rofi-1.7.5.ebuild b/x11-misc/rofi/rofi-1.7.5.ebuild
index 4fe9af652772..b51884994242 100644
--- a/x11-misc/rofi/rofi-1.7.5.ebuild
+++ b/x11-misc/rofi/rofi-1.7.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 arm64 ~x86"
 IUSE="+drun test +windowmode"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2022-08-23 Thread Florian Schmaus
commit: e4c92d1ad36fa5d68c32fc2339a0bf138734080e
Author: Florian Schmaus  gentoo  org>
AuthorDate: Tue Aug 23 18:29:55 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Aug 23 18:29:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c92d1a

x11-misc/rofi: drop 1.7.2

Signed-off-by: Florian Schmaus  gentoo.org>

 x11-misc/rofi/Manifest  |  1 -
 x11-misc/rofi/rofi-1.7.2.ebuild | 71 -
 2 files changed, 72 deletions(-)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index ea1919f315cc..8a869c056aad 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,4 +1,3 @@
 DIST rofi-1.6.1.tar.xz 404372 BLAKE2B 
b338382104b84f068024eff3a04bed1bbc895d6977204a9abdc55e3b382e6e6a9e5646f6155011b17d43943d9a7a9fb92aa7dca24789b260e73b5e3b134001de
 SHA512 
c9794a7e4921e58ecc5fc7096218203f548efe2a49ffa6971accc12e9172248bda856ad06f8c11ada9abb62b9a43c7fffce1c1be9a3fe1365c94561b170a8b73
-DIST rofi-1.7.2.tar.xz 747768 BLAKE2B 
c6bc6decebe40fdc020d9fc0f4b998cae2c309d5c582af17092a9a54fcd49d6bcc0a05d4c6e24c7fce42ea85c28b219dd5cd88b13aa22c843724cdd38d223e57
 SHA512 
78605beb4261ce5f930f6b7f80e9350f37ab1b6249675c7b63625a4ea8d22803bcc7c9aaa07aa569b1c0b72692a8499d35e6e24554fc4a7ff23cd107a8355b1a
 DIST rofi-1.7.3.tar.xz 755776 BLAKE2B 
af746e72ce5d09f3815960eb533bf58160c56141a116d1d950db498445e07696d0af2abe36a661ce67178f2040bfba7a39ac6c8eacdfc4db9f75e5f74daf47f5
 SHA512 
bba9ee25c7ff2168370ad1fd21a2286706f9db1efccdab84c55abd3bfa822ed10d23128388c69c964e81b2c51e1a95b3a3c7ca503a4564d0bdb3a993d8a9553d
 DIST rofi-1.7.5.tar.xz 772952 BLAKE2B 
54511f4f793f3ba0b58294daa1d2974228904a637d13d729b0b7d974c0ebf8d0d98514705212bd42500fe90b0685a3515dc67793baa95baefe6dfc0ecdee83c7
 SHA512 
84cbb8ccef14fdb5d68062b17245fbcb0e9bab46534eb6c7ce532750b86fb33ce6e43ed24cf3c65e553d15b23a201c9168d97d257da4dddeddb0a7c44dd59cc0

diff --git a/x11-misc/rofi/rofi-1.7.2.ebuild b/x11-misc/rofi/rofi-1.7.2.ebuild
deleted file mode 100644
index 03869ad9b2a1..
--- a/x11-misc/rofi/rofi-1.7.2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools toolchain-funcs
-
-DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://github.com/davatorium/rofi";
-SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE="+drun test +windowmode"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   sys-devel/bison
-   sys-devel/flex
-   virtual/pkgconfig
-"
-RDEPEND="
-   dev-libs/glib:2
-   gnome-base/librsvg:2
-   media-libs/freetype
-   virtual/jpeg
-   x11-libs/cairo[X,xcb(+)]
-   x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/libxcb
-   x11-libs/libxkbcommon[X]
-   x11-libs/pango[X]
-   x11-libs/startup-notification
-   x11-libs/xcb-util
-   x11-libs/xcb-util-wm
-   x11-libs/xcb-util-xrm
-   x11-misc/xkeyboard-config
-"
-DEPEND="
-   ${RDEPEND}
-   x11-base/xorg-proto
-   test? ( >=dev-libs/check-0.11 )
-"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   tc-export CC
-
-   local myeconfargs=(
-   $(use_enable drun)
-   $(use_enable test check)
-   $(use_enable windowmode)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-pkg_postinst() {
-   for v in ${REPLACING_VERSIONS}; do
-   if ver_test "${v}" -lt 1.7.0; then
-   elog "Rofi 1.7.0 removed the (deprecated) xresources 
based configuration setup."
-   elog "If you are still using old configuration setup, 
please convert it to new format manually."
-   elog "The new format configuration can be generated by 
'rofi -dump-config > ~/.config/rofi/config.rasi'."
-   elog "For more information, please see 
https://github.com/davatorium/rofi/releases/tag/1.7.0";
-   fi
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2022-08-23 Thread Florian Schmaus
commit: c243a94dcb19fb88941c99dac51cf57babb9a45d
Author: Petrus.Z  gmail  com>
AuthorDate: Sun Aug 21 07:38:03 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Aug 23 18:29:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c243a94d

x11-misc/rofi: version bump to 1.7.5

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Petrus Zhao  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/26940
Signed-off-by: Florian Schmaus  gentoo.org>

 x11-misc/rofi/Manifest  |  1 +
 x11-misc/rofi/rofi-1.7.5.ebuild | 73 +
 2 files changed, 74 insertions(+)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index 6ec043f0bb0e..ea1919f315cc 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,3 +1,4 @@
 DIST rofi-1.6.1.tar.xz 404372 BLAKE2B 
b338382104b84f068024eff3a04bed1bbc895d6977204a9abdc55e3b382e6e6a9e5646f6155011b17d43943d9a7a9fb92aa7dca24789b260e73b5e3b134001de
 SHA512 
c9794a7e4921e58ecc5fc7096218203f548efe2a49ffa6971accc12e9172248bda856ad06f8c11ada9abb62b9a43c7fffce1c1be9a3fe1365c94561b170a8b73
 DIST rofi-1.7.2.tar.xz 747768 BLAKE2B 
c6bc6decebe40fdc020d9fc0f4b998cae2c309d5c582af17092a9a54fcd49d6bcc0a05d4c6e24c7fce42ea85c28b219dd5cd88b13aa22c843724cdd38d223e57
 SHA512 
78605beb4261ce5f930f6b7f80e9350f37ab1b6249675c7b63625a4ea8d22803bcc7c9aaa07aa569b1c0b72692a8499d35e6e24554fc4a7ff23cd107a8355b1a
 DIST rofi-1.7.3.tar.xz 755776 BLAKE2B 
af746e72ce5d09f3815960eb533bf58160c56141a116d1d950db498445e07696d0af2abe36a661ce67178f2040bfba7a39ac6c8eacdfc4db9f75e5f74daf47f5
 SHA512 
bba9ee25c7ff2168370ad1fd21a2286706f9db1efccdab84c55abd3bfa822ed10d23128388c69c964e81b2c51e1a95b3a3c7ca503a4564d0bdb3a993d8a9553d
+DIST rofi-1.7.5.tar.xz 772952 BLAKE2B 
54511f4f793f3ba0b58294daa1d2974228904a637d13d729b0b7d974c0ebf8d0d98514705212bd42500fe90b0685a3515dc67793baa95baefe6dfc0ecdee83c7
 SHA512 
84cbb8ccef14fdb5d68062b17245fbcb0e9bab46534eb6c7ce532750b86fb33ce6e43ed24cf3c65e553d15b23a201c9168d97d257da4dddeddb0a7c44dd59cc0

diff --git a/x11-misc/rofi/rofi-1.7.5.ebuild b/x11-misc/rofi/rofi-1.7.5.ebuild
new file mode 100644
index ..4fe9af652772
--- /dev/null
+++ b/x11-misc/rofi/rofi-1.7.5.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools toolchain-funcs xdg-utils
+
+DESCRIPTION="A window switcher, run dialog and dmenu replacement"
+HOMEPAGE="https://github.com/davatorium/rofi";
+SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+drun test +windowmode"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   sys-devel/bison
+   sys-devel/flex
+   virtual/pkgconfig
+"
+RDEPEND="
+   dev-libs/glib:2
+   x11-libs/cairo[X,xcb(+)]
+   x11-libs/gdk-pixbuf:2
+   x11-libs/libxcb:=
+   x11-libs/libxkbcommon[X]
+   x11-libs/pango[X]
+   x11-libs/startup-notification
+   x11-libs/xcb-util
+   x11-libs/xcb-util-cursor
+   x11-libs/xcb-util-wm
+   x11-misc/xkeyboard-config
+"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+   test? ( >=dev-libs/check-0.11 )
+"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   tc-export CC
+
+   local myeconfargs=(
+   $(use_enable drun)
+   $(use_enable test check)
+   $(use_enable windowmode)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+pkg_postinst() {
+   for v in ${REPLACING_VERSIONS}; do
+   if ver_test "${v}" -lt 1.7.0; then
+   elog "Rofi 1.7.0 removed the (deprecated) xresources 
based configuration setup."
+   elog "If you are still using old configuration setup, 
please convert it to new format manually."
+   elog "The new format configuration can be generated by 
'rofi -dump-config > ~/.config/rofi/config.rasi'."
+   elog "For more information, please see 
https://github.com/davatorium/rofi/releases/tag/1.7.0";
+   fi
+   done
+
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2022-04-12 Thread Sam James
commit: 24ee0a4e4f4e03b7d38cec734b8e2f219023dfec
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 12 12:15:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 12 21:04:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ee0a4e

x11-misc/rofi: switch to xz

Smaller tarballs.

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

 x11-misc/rofi/Manifest | 6 +++---
 x11-misc/rofi/rofi-1.6.1-r1.ebuild | 4 ++--
 x11-misc/rofi/rofi-1.7.2.ebuild| 2 +-
 x11-misc/rofi/rofi-1.7.3-r1.ebuild | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index f53dc62c64eb..6ec043f0bb0e 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,3 +1,3 @@
-DIST rofi-1.6.1.tar.gz 569262 BLAKE2B 
938b45f8326b5a28e349ac9f7028c476274faa4f932a773acc350d5e1dc8d5c05c7cfb7ec10f1ab5d8c83590074424c3379768671d37ee799d78e508b8c4a4cb
 SHA512 
b54e75818a98fa9262a3016260051837de189d49beff4f4a158cb2e7f41438641377e11d75c164f423e6a86d8b8fca3b76e2630611678525465d06c21b393f60
-DIST rofi-1.7.2.tar.gz 921356 BLAKE2B 
88daaac60f4deab18b9ca00cdd490c57aef7ba103ca947a25a204c4e1da9d5b5a3eb2af4e88cd0f0c920315ee30a49982f521fdd9fde2f5de99b061d52ca410b
 SHA512 
5a3d2b118c0d74e6f9499709000e7d6de270d7c51abcc1a376ecd3838b159ff311cc171e8a1968d6872fcbb6deed565e7d777b687f49756c5ba85351f2f089ea
-DIST rofi-1.7.3.tar.gz 935184 BLAKE2B 
66585b5542fcf59f22c68ad753a04051a188524c8008435f75b28f923cc46ecb9a0d41a98414577dc59b5a899488de77a6301544fc5af35a7d14a4d8ec930dad
 SHA512 
5d1b8fed868a7fcf372298800997d4aeeb9b428858448a9b9e4c523af8d878aa172dc63ad788cdc950af89a1f3ea850bc4c98a55c9e8ace29e67050ac0c02078
+DIST rofi-1.6.1.tar.xz 404372 BLAKE2B 
b338382104b84f068024eff3a04bed1bbc895d6977204a9abdc55e3b382e6e6a9e5646f6155011b17d43943d9a7a9fb92aa7dca24789b260e73b5e3b134001de
 SHA512 
c9794a7e4921e58ecc5fc7096218203f548efe2a49ffa6971accc12e9172248bda856ad06f8c11ada9abb62b9a43c7fffce1c1be9a3fe1365c94561b170a8b73
+DIST rofi-1.7.2.tar.xz 747768 BLAKE2B 
c6bc6decebe40fdc020d9fc0f4b998cae2c309d5c582af17092a9a54fcd49d6bcc0a05d4c6e24c7fce42ea85c28b219dd5cd88b13aa22c843724cdd38d223e57
 SHA512 
78605beb4261ce5f930f6b7f80e9350f37ab1b6249675c7b63625a4ea8d22803bcc7c9aaa07aa569b1c0b72692a8499d35e6e24554fc4a7ff23cd107a8355b1a
+DIST rofi-1.7.3.tar.xz 755776 BLAKE2B 
af746e72ce5d09f3815960eb533bf58160c56141a116d1d950db498445e07696d0af2abe36a661ce67178f2040bfba7a39ac6c8eacdfc4db9f75e5f74daf47f5
 SHA512 
bba9ee25c7ff2168370ad1fd21a2286706f9db1efccdab84c55abd3bfa822ed10d23128388c69c964e81b2c51e1a95b3a3c7ca503a4564d0bdb3a993d8a9553d

diff --git a/x11-misc/rofi/rofi-1.6.1-r1.ebuild 
b/x11-misc/rofi/rofi-1.6.1-r1.ebuild
index e654777a5b58..664fa0b6b465 100644
--- a/x11-misc/rofi/rofi-1.6.1-r1.ebuild
+++ b/x11-misc/rofi/rofi-1.6.1-r1.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
@@ -7,7 +7,7 @@ inherit autotools toolchain-funcs
 
 DESCRIPTION="A window switcher, run dialog and dmenu replacement"
 HOMEPAGE="https://github.com/davatorium/rofi";
-SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
+SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz";
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/x11-misc/rofi/rofi-1.7.2.ebuild b/x11-misc/rofi/rofi-1.7.2.ebuild
index 309aa7907bde..03869ad9b2a1 100644
--- a/x11-misc/rofi/rofi-1.7.2.ebuild
+++ b/x11-misc/rofi/rofi-1.7.2.ebuild
@@ -7,7 +7,7 @@ inherit autotools toolchain-funcs
 
 DESCRIPTION="A window switcher, run dialog and dmenu replacement"
 HOMEPAGE="https://github.com/davatorium/rofi";
-SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
+SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz";
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/x11-misc/rofi/rofi-1.7.3-r1.ebuild 
b/x11-misc/rofi/rofi-1.7.3-r1.ebuild
index c3c1397ae477..f3c69c98bc62 100644
--- a/x11-misc/rofi/rofi-1.7.3-r1.ebuild
+++ b/x11-misc/rofi/rofi-1.7.3-r1.ebuild
@@ -7,7 +7,7 @@ inherit autotools toolchain-funcs
 
 DESCRIPTION="A window switcher, run dialog and dmenu replacement"
 HOMEPAGE="https://github.com/davatorium/rofi";
-SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
+SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz";
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2022-04-02 Thread Arthur Zamarin
commit: 7bc110fbf7c5cd9a1dbdb6263c9d00342103ed65
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  2 12:04:01 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  2 12:04:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc110fb

x11-misc/rofi: Stabilize 1.7.3-r1 arm64, #836429

Signed-off-by: Arthur Zamarin  gentoo.org>

 x11-misc/rofi/rofi-1.7.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/rofi/rofi-1.7.3-r1.ebuild 
b/x11-misc/rofi/rofi-1.7.3-r1.ebuild
index d10329aee000..c3c1397ae477 100644
--- a/x11-misc/rofi/rofi-1.7.3-r1.ebuild
+++ b/x11-misc/rofi/rofi-1.7.3-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE="+drun test +windowmode"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2022-03-30 Thread Jakov Smolić
commit: 206e77bfbbca3e35c8d160141ba6dbf8db60a37b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Mar 30 20:09:15 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Mar 30 20:09:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=206e77bf

x11-misc/rofi: Stabilize 1.7.3-r1 x86, #836429

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

 x11-misc/rofi/rofi-1.7.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/rofi/rofi-1.7.3-r1.ebuild 
b/x11-misc/rofi/rofi-1.7.3-r1.ebuild
index 4b7f1abb2b17..d10329aee000 100644
--- a/x11-misc/rofi/rofi-1.7.3-r1.ebuild
+++ b/x11-misc/rofi/rofi-1.7.3-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+drun test +windowmode"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2022-03-30 Thread Jakov Smolić
commit: a1f665f60aadfcd9ce887b92be158a509ad5d634
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Mar 30 20:08:39 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Mar 30 20:08:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f665f6

x11-misc/rofi: Stabilize 1.7.3-r1 amd64, #836429

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

 x11-misc/rofi/rofi-1.7.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/rofi/rofi-1.7.3-r1.ebuild 
b/x11-misc/rofi/rofi-1.7.3-r1.ebuild
index baf466475aee..4b7f1abb2b17 100644
--- a/x11-misc/rofi/rofi-1.7.3-r1.ebuild
+++ b/x11-misc/rofi/rofi-1.7.3-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="+drun test +windowmode"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi-file-browser-extended/

2022-03-16 Thread Florian Schmaus
commit: 9ea29bda850c6614a00e7ffc58bf1ef00c18d162
Author: Florian Schmaus  gentoo  org>
AuthorDate: Wed Mar 16 12:56:43 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Mar 16 12:59:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ea29bda

x11-misc/rofi-file-browser-extended: drop 1.3.0

Signed-off-by: Florian Schmaus  gentoo.org>

 x11-misc/rofi-file-browser-extended/Manifest   |  1 -
 .../rofi-file-browser-extended-1.3.0.ebuild| 43 --
 2 files changed, 44 deletions(-)

diff --git a/x11-misc/rofi-file-browser-extended/Manifest 
b/x11-misc/rofi-file-browser-extended/Manifest
index 2bf178b8f15c..51c29886b887 100644
--- a/x11-misc/rofi-file-browser-extended/Manifest
+++ b/x11-misc/rofi-file-browser-extended/Manifest
@@ -1,3 +1,2 @@
 DIST rofi-file-browser-extended-1.2.0.tar.gz 23560 BLAKE2B 
bb5637e9a56009949b4241c218a73fdb79cf5065906b7f48874ee64e3d38d4b68a751eec937eededd040086b2560f6e6f92440d9cc0900be3f3dee54a03f8f83
 SHA512 
74e5adeadaa0322e1d489bda79db58b416553daefbbc353012b82855529875aefd42c53458efe059ee1aa7ea6b7550b791dd56a11c207c5cc6f4ed46d17bdb81
-DIST rofi-file-browser-extended-1.3.0.tar.gz 24742 BLAKE2B 
17ad12e3a0ea571be3abc2a258d0b2fc22e0a650ab977b58d8f08d9ed494e90edb2507476b33e209787d9ffdac6197bdb6b7ceeadf95abc31171ae2e5bcb27f0
 SHA512 
8d41c4f0750e2196b52448529c0ded99afb8c443cc817778b6e8924674111e83a580861206ce62a58e4ddb091f93ff835cc9f27e7ee3fe9a4496c5afc050201a
 DIST rofi-file-browser-extended-1.3.1.tar.gz 27169 BLAKE2B 
ced5ae91a865b136bcb2182a17c7a49cbdfcc861f8d1063415691afb13f5bdf3f1c2c0fc56a21a0dec31ee656c2379e55a4f60899c59ca7e056438142675aeb2
 SHA512 
269e33d62e5fdf7f6c48763ae4309fac53873d53af4ebf78f731b709ac6ff41d8f8cf21de917866fe5a80f4949d70d3be6e516c3825a8768106c706438a5b3d1

diff --git 
a/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.3.0.ebuild 
b/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.3.0.ebuild
deleted file mode 100644
index 4a41926c517f..
--- 
a/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.3.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="A file browser for rofi"
-HOMEPAGE="https://github.com/marvinkreis/rofi-file-browser-extended";
-
-if [[ ${PV} == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/marvinkreis/${PN}.git";
-else
-   
SRC_URI="https://github.com/marvinkreis/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-BDEPEND="virtual/pkgconfig"
-COMMON_DEPEND="
-   dev-libs/glib:2
-   x11-misc/rofi
-"
-DEPEND="
-   ${COMMON_DEPEND}
-   x11-libs/cairo
-"
-RDEPEND="${COMMON_DEPEND}"
-
-src_prepare() {
-   # Delete the lines in CMakeLists.txt that install the man page.
-   sed -i "31,42d" CMakeLists.txt || die
-   default
-   cmake_src_prepare
-}
-
-src_install() {
-   cmake_src_install
-   doman "doc/${PN}.1"
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi-file-browser-extended/

2022-03-16 Thread Florian Schmaus
commit: 587b0a3e9c4e82e6150278b9ab121033a5d926ce
Author: Florian Schmaus  gentoo  org>
AuthorDate: Wed Mar 16 12:56:22 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Mar 16 12:59:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=587b0a3e

x11-misc/rofi-file-browser-extended: stabilize 1.3.1 for amd64

Signed-off-by: Florian Schmaus  gentoo.org>

 .../rofi-file-browser-extended/rofi-file-browser-extended-1.3.1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.3.1.ebuild 
b/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.3.1.ebuild
index 2e20e8b368d0..2be17da588a0 100644
--- 
a/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.3.1.ebuild
+++ 
b/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.3.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/marvinkreis/${PN}.git";
 else

SRC_URI="https://github.com/marvinkreis/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi-file-browser-extended/

2022-02-08 Thread Florian Schmaus
commit: 1903f745ddc1f9b88aa697deed7f17f463e2d251
Author: Florian Schmaus  gentoo  org>
AuthorDate: Tue Feb  8 10:14:36 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Feb  8 10:14:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1903f745

x11-misc/rofi-file-browser-extended: adjust sed in src_prepare

Signed-off-by: Florian Schmaus  gentoo.org>

 .../rofi-file-browser-extended/rofi-file-browser-extended-1.3.1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.3.1.ebuild 
b/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.3.1.ebuild
index 4a41926c517f..2e20e8b368d0 100644
--- 
a/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.3.1.ebuild
+++ 
b/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.3.1.ebuild
@@ -32,7 +32,7 @@ RDEPEND="${COMMON_DEPEND}"
 
 src_prepare() {
# Delete the lines in CMakeLists.txt that install the man page.
-   sed -i "31,42d" CMakeLists.txt || die
+   sed -i "45,56d" CMakeLists.txt || die
default
cmake_src_prepare
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi-file-browser-extended/

2022-02-08 Thread Florian Schmaus
commit: efff371763120781b3908c19381ea3fc549080a7
Author: Florian Schmaus  gentoo  org>
AuthorDate: Tue Feb  8 10:10:46 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Feb  8 10:10:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efff3717

x11-misc/rofi-file-browser-extended: add 1.3.1

Signed-off-by: Florian Schmaus  gentoo.org>

 x11-misc/rofi-file-browser-extended/Manifest   |  1 +
 .../rofi-file-browser-extended-1.3.1.ebuild| 43 ++
 2 files changed, 44 insertions(+)

diff --git a/x11-misc/rofi-file-browser-extended/Manifest 
b/x11-misc/rofi-file-browser-extended/Manifest
index 040f5945b5be..2bf178b8f15c 100644
--- a/x11-misc/rofi-file-browser-extended/Manifest
+++ b/x11-misc/rofi-file-browser-extended/Manifest
@@ -1,2 +1,3 @@
 DIST rofi-file-browser-extended-1.2.0.tar.gz 23560 BLAKE2B 
bb5637e9a56009949b4241c218a73fdb79cf5065906b7f48874ee64e3d38d4b68a751eec937eededd040086b2560f6e6f92440d9cc0900be3f3dee54a03f8f83
 SHA512 
74e5adeadaa0322e1d489bda79db58b416553daefbbc353012b82855529875aefd42c53458efe059ee1aa7ea6b7550b791dd56a11c207c5cc6f4ed46d17bdb81
 DIST rofi-file-browser-extended-1.3.0.tar.gz 24742 BLAKE2B 
17ad12e3a0ea571be3abc2a258d0b2fc22e0a650ab977b58d8f08d9ed494e90edb2507476b33e209787d9ffdac6197bdb6b7ceeadf95abc31171ae2e5bcb27f0
 SHA512 
8d41c4f0750e2196b52448529c0ded99afb8c443cc817778b6e8924674111e83a580861206ce62a58e4ddb091f93ff835cc9f27e7ee3fe9a4496c5afc050201a
+DIST rofi-file-browser-extended-1.3.1.tar.gz 27169 BLAKE2B 
ced5ae91a865b136bcb2182a17c7a49cbdfcc861f8d1063415691afb13f5bdf3f1c2c0fc56a21a0dec31ee656c2379e55a4f60899c59ca7e056438142675aeb2
 SHA512 
269e33d62e5fdf7f6c48763ae4309fac53873d53af4ebf78f731b709ac6ff41d8f8cf21de917866fe5a80f4949d70d3be6e516c3825a8768106c706438a5b3d1

diff --git 
a/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.3.1.ebuild 
b/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.3.1.ebuild
new file mode 100644
index ..4a41926c517f
--- /dev/null
+++ 
b/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.3.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="A file browser for rofi"
+HOMEPAGE="https://github.com/marvinkreis/rofi-file-browser-extended";
+
+if [[ ${PV} == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/marvinkreis/${PN}.git";
+else
+   
SRC_URI="https://github.com/marvinkreis/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+BDEPEND="virtual/pkgconfig"
+COMMON_DEPEND="
+   dev-libs/glib:2
+   x11-misc/rofi
+"
+DEPEND="
+   ${COMMON_DEPEND}
+   x11-libs/cairo
+"
+RDEPEND="${COMMON_DEPEND}"
+
+src_prepare() {
+   # Delete the lines in CMakeLists.txt that install the man page.
+   sed -i "31,42d" CMakeLists.txt || die
+   default
+   cmake_src_prepare
+}
+
+src_install() {
+   cmake_src_install
+   doman "doc/${PN}.1"
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2022-02-01 Thread Florian Schmaus
commit: 58328d0be1aaa5a52130052e423062fe6ca4d6e2
Author: Florian Schmaus  gentoo  org>
AuthorDate: Tue Feb  1 20:43:50 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Feb  1 20:44:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58328d0b

x11-misc/rofi: fix RDEPEND

Signed-off-by: Florian Schmaus  gentoo.org>

 x11-misc/rofi/{rofi-1.7.3.ebuild => rofi-1.7.3-r1.ebuild} | 10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/x11-misc/rofi/rofi-1.7.3.ebuild 
b/x11-misc/rofi/rofi-1.7.3-r1.ebuild
similarity index 91%
rename from x11-misc/rofi/rofi-1.7.3.ebuild
rename to x11-misc/rofi/rofi-1.7.3-r1.ebuild
index 7f2f90372111..baf466475aee 100644
--- a/x11-misc/rofi/rofi-1.7.3.ebuild
+++ b/x11-misc/rofi/rofi-1.7.3-r1.ebuild
@@ -22,19 +22,15 @@ BDEPEND="
 "
 RDEPEND="
dev-libs/glib:2
-   gnome-base/librsvg:2
-   media-libs/freetype
-   virtual/jpeg
x11-libs/cairo[X,xcb(+)]
-   x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/libxcb
+   x11-libs/gdk-pixbuf:2
+   x11-libs/libxcb:=
x11-libs/libxkbcommon[X]
x11-libs/pango[X]
x11-libs/startup-notification
x11-libs/xcb-util
+   x11-libs/xcb-util-cursor
x11-libs/xcb-util-wm
-   x11-libs/xcb-util-xrm
x11-misc/xkeyboard-config
 "
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2022-02-01 Thread Florian Schmaus
commit: b2f42da08e4beab7c94be1a29cc3fd7549bda756
Author: Florian Schmaus  gentoo  org>
AuthorDate: Tue Feb  1 10:49:00 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Feb  1 10:52:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f42da0

x11-misc/rofi: drop 1.7.0-r1

Signed-off-by: Florian Schmaus  gentoo.org>

 x11-misc/rofi/Manifest |  1 -
 x11-misc/rofi/rofi-1.7.0-r1.ebuild | 67 --
 2 files changed, 68 deletions(-)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index 38dc56c35eb8..f53dc62c64eb 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,4 +1,3 @@
 DIST rofi-1.6.1.tar.gz 569262 BLAKE2B 
938b45f8326b5a28e349ac9f7028c476274faa4f932a773acc350d5e1dc8d5c05c7cfb7ec10f1ab5d8c83590074424c3379768671d37ee799d78e508b8c4a4cb
 SHA512 
b54e75818a98fa9262a3016260051837de189d49beff4f4a158cb2e7f41438641377e11d75c164f423e6a86d8b8fca3b76e2630611678525465d06c21b393f60
-DIST rofi-1.7.0.tar.gz 902294 BLAKE2B 
281f48702650f65e4b037fdbbe6861e173dd3465cf6a80a1d2038271511a9f85ebdb19d8e7a1854f82d52172bbfea6eb1b1685228fc4ff874773033406c9267b
 SHA512 
84a42ecf519c7eed8093c4af3b66731b890939a2bf2a63290e599103705f6bacaba59ade1b8a1bc854f6b767e8d44ee42c20e44f63886bcacbfdbe0468d350b4
 DIST rofi-1.7.2.tar.gz 921356 BLAKE2B 
88daaac60f4deab18b9ca00cdd490c57aef7ba103ca947a25a204c4e1da9d5b5a3eb2af4e88cd0f0c920315ee30a49982f521fdd9fde2f5de99b061d52ca410b
 SHA512 
5a3d2b118c0d74e6f9499709000e7d6de270d7c51abcc1a376ecd3838b159ff311cc171e8a1968d6872fcbb6deed565e7d777b687f49756c5ba85351f2f089ea
 DIST rofi-1.7.3.tar.gz 935184 BLAKE2B 
66585b5542fcf59f22c68ad753a04051a188524c8008435f75b28f923cc46ecb9a0d41a98414577dc59b5a899488de77a6301544fc5af35a7d14a4d8ec930dad
 SHA512 
5d1b8fed868a7fcf372298800997d4aeeb9b428858448a9b9e4c523af8d878aa172dc63ad788cdc950af89a1f3ea850bc4c98a55c9e8ace29e67050ac0c02078

diff --git a/x11-misc/rofi/rofi-1.7.0-r1.ebuild 
b/x11-misc/rofi/rofi-1.7.0-r1.ebuild
deleted file mode 100644
index 4a3d7dce86d0..
--- a/x11-misc/rofi/rofi-1.7.0-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools toolchain-funcs
-
-DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://github.com/davatorium/rofi";
-SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE="+drun test +windowmode"
-RESTRICT="!test? ( test )"
-
-BDEPEND="virtual/pkgconfig"
-RDEPEND="
-   dev-libs/glib:2
-   gnome-base/librsvg:2
-   media-libs/freetype
-   virtual/jpeg
-   x11-libs/cairo[X,xcb(+)]
-   x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/libxcb
-   x11-libs/libxkbcommon[X]
-   x11-libs/pango[X]
-   x11-libs/startup-notification
-   x11-libs/xcb-util
-   x11-libs/xcb-util-wm
-   x11-libs/xcb-util-xrm
-   x11-misc/xkeyboard-config
-"
-DEPEND="
-   ${RDEPEND}
-   x11-base/xorg-proto
-   test? ( >=dev-libs/check-0.11 )
-"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   tc-export CC
-
-   local myeconfargs=(
-   $(use_enable drun)
-   $(use_enable test check)
-   $(use_enable windowmode)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-pkg_postinst() {
-   for v in ${REPLACING_VERSIONS}; do
-   if ver_test "${v}" -lt 1.7.0; then
-   elog "Rofi 1.7.0 removed the (deprecated) xresources 
based configuration setup."
-   elog "If you are still using old configuration setup, 
please convert it to new format manually."
-   elog "The new format configuration can be generated by 
'rofi -dump-config > ~/.config/rofi/config.rasi'."
-   elog "For more information, please see 
https://github.com/davatorium/rofi/releases/tag/1.7.0";
-   fi
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2022-02-01 Thread Florian Schmaus
commit: 5ea62dcd197a12836eda130d2889993cf06dad30
Author: Florian Schmaus  gentoo  org>
AuthorDate: Tue Feb  1 10:48:09 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Feb  1 10:52:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ea62dcd

x11-misc/rofi: add 1.7.3

Signed-off-by: Florian Schmaus  gentoo.org>

 x11-misc/rofi/Manifest  |  1 +
 x11-misc/rofi/rofi-1.7.3.ebuild | 71 +
 2 files changed, 72 insertions(+)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index 412bc352a099..38dc56c35eb8 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,3 +1,4 @@
 DIST rofi-1.6.1.tar.gz 569262 BLAKE2B 
938b45f8326b5a28e349ac9f7028c476274faa4f932a773acc350d5e1dc8d5c05c7cfb7ec10f1ab5d8c83590074424c3379768671d37ee799d78e508b8c4a4cb
 SHA512 
b54e75818a98fa9262a3016260051837de189d49beff4f4a158cb2e7f41438641377e11d75c164f423e6a86d8b8fca3b76e2630611678525465d06c21b393f60
 DIST rofi-1.7.0.tar.gz 902294 BLAKE2B 
281f48702650f65e4b037fdbbe6861e173dd3465cf6a80a1d2038271511a9f85ebdb19d8e7a1854f82d52172bbfea6eb1b1685228fc4ff874773033406c9267b
 SHA512 
84a42ecf519c7eed8093c4af3b66731b890939a2bf2a63290e599103705f6bacaba59ade1b8a1bc854f6b767e8d44ee42c20e44f63886bcacbfdbe0468d350b4
 DIST rofi-1.7.2.tar.gz 921356 BLAKE2B 
88daaac60f4deab18b9ca00cdd490c57aef7ba103ca947a25a204c4e1da9d5b5a3eb2af4e88cd0f0c920315ee30a49982f521fdd9fde2f5de99b061d52ca410b
 SHA512 
5a3d2b118c0d74e6f9499709000e7d6de270d7c51abcc1a376ecd3838b159ff311cc171e8a1968d6872fcbb6deed565e7d777b687f49756c5ba85351f2f089ea
+DIST rofi-1.7.3.tar.gz 935184 BLAKE2B 
66585b5542fcf59f22c68ad753a04051a188524c8008435f75b28f923cc46ecb9a0d41a98414577dc59b5a899488de77a6301544fc5af35a7d14a4d8ec930dad
 SHA512 
5d1b8fed868a7fcf372298800997d4aeeb9b428858448a9b9e4c523af8d878aa172dc63ad788cdc950af89a1f3ea850bc4c98a55c9e8ace29e67050ac0c02078

diff --git a/x11-misc/rofi/rofi-1.7.3.ebuild b/x11-misc/rofi/rofi-1.7.3.ebuild
new file mode 100644
index ..7f2f90372111
--- /dev/null
+++ b/x11-misc/rofi/rofi-1.7.3.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools toolchain-funcs
+
+DESCRIPTION="A window switcher, run dialog and dmenu replacement"
+HOMEPAGE="https://github.com/davatorium/rofi";
+SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+drun test +windowmode"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   sys-devel/bison
+   sys-devel/flex
+   virtual/pkgconfig
+"
+RDEPEND="
+   dev-libs/glib:2
+   gnome-base/librsvg:2
+   media-libs/freetype
+   virtual/jpeg
+   x11-libs/cairo[X,xcb(+)]
+   x11-libs/libXft
+   x11-libs/libXinerama
+   x11-libs/libxcb
+   x11-libs/libxkbcommon[X]
+   x11-libs/pango[X]
+   x11-libs/startup-notification
+   x11-libs/xcb-util
+   x11-libs/xcb-util-wm
+   x11-libs/xcb-util-xrm
+   x11-misc/xkeyboard-config
+"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+   test? ( >=dev-libs/check-0.11 )
+"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   tc-export CC
+
+   local myeconfargs=(
+   $(use_enable drun)
+   $(use_enable test check)
+   $(use_enable windowmode)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+pkg_postinst() {
+   for v in ${REPLACING_VERSIONS}; do
+   if ver_test "${v}" -lt 1.7.0; then
+   elog "Rofi 1.7.0 removed the (deprecated) xresources 
based configuration setup."
+   elog "If you are still using old configuration setup, 
please convert it to new format manually."
+   elog "The new format configuration can be generated by 
'rofi -dump-config > ~/.config/rofi/config.rasi'."
+   elog "For more information, please see 
https://github.com/davatorium/rofi/releases/tag/1.7.0";
+   fi
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi-file-browser-extended/

2022-01-24 Thread Florian Schmaus
commit: 00eea60e967a77f07baf4b69e62d02f52f5a1979
Author: Florian Schmaus  gentoo  org>
AuthorDate: Mon Jan 24 11:43:46 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Jan 24 11:44:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00eea60e

x11-misc/rofi-file-browser-extended: add 1.3.0

Signed-off-by: Florian Schmaus  gentoo.org>

 x11-misc/rofi-file-browser-extended/Manifest   |  1 +
 .../rofi-file-browser-extended-1.3.0.ebuild| 43 ++
 2 files changed, 44 insertions(+)

diff --git a/x11-misc/rofi-file-browser-extended/Manifest 
b/x11-misc/rofi-file-browser-extended/Manifest
index c3a86416068a..040f5945b5be 100644
--- a/x11-misc/rofi-file-browser-extended/Manifest
+++ b/x11-misc/rofi-file-browser-extended/Manifest
@@ -1 +1,2 @@
 DIST rofi-file-browser-extended-1.2.0.tar.gz 23560 BLAKE2B 
bb5637e9a56009949b4241c218a73fdb79cf5065906b7f48874ee64e3d38d4b68a751eec937eededd040086b2560f6e6f92440d9cc0900be3f3dee54a03f8f83
 SHA512 
74e5adeadaa0322e1d489bda79db58b416553daefbbc353012b82855529875aefd42c53458efe059ee1aa7ea6b7550b791dd56a11c207c5cc6f4ed46d17bdb81
+DIST rofi-file-browser-extended-1.3.0.tar.gz 24742 BLAKE2B 
17ad12e3a0ea571be3abc2a258d0b2fc22e0a650ab977b58d8f08d9ed494e90edb2507476b33e209787d9ffdac6197bdb6b7ceeadf95abc31171ae2e5bcb27f0
 SHA512 
8d41c4f0750e2196b52448529c0ded99afb8c443cc817778b6e8924674111e83a580861206ce62a58e4ddb091f93ff835cc9f27e7ee3fe9a4496c5afc050201a

diff --git 
a/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.3.0.ebuild 
b/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.3.0.ebuild
new file mode 100644
index ..4a41926c517f
--- /dev/null
+++ 
b/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.3.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="A file browser for rofi"
+HOMEPAGE="https://github.com/marvinkreis/rofi-file-browser-extended";
+
+if [[ ${PV} == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/marvinkreis/${PN}.git";
+else
+   
SRC_URI="https://github.com/marvinkreis/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+BDEPEND="virtual/pkgconfig"
+COMMON_DEPEND="
+   dev-libs/glib:2
+   x11-misc/rofi
+"
+DEPEND="
+   ${COMMON_DEPEND}
+   x11-libs/cairo
+"
+RDEPEND="${COMMON_DEPEND}"
+
+src_prepare() {
+   # Delete the lines in CMakeLists.txt that install the man page.
+   sed -i "31,42d" CMakeLists.txt || die
+   default
+   cmake_src_prepare
+}
+
+src_install() {
+   cmake_src_install
+   doman "doc/${PN}.1"
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2022-01-07 Thread Arthur Zamarin
commit: cdd22c1ff2eaadc64673dcbfe6b08499aa587d0f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan  7 21:13:02 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan  7 21:13:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdd22c1f

x11-misc/rofi: Stabilize 1.7.2 arm64, #830720

Signed-off-by: Arthur Zamarin  gentoo.org>

 x11-misc/rofi/rofi-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/rofi/rofi-1.7.2.ebuild b/x11-misc/rofi/rofi-1.7.2.ebuild
index 42397a7302df..309aa7907bde 100644
--- a/x11-misc/rofi/rofi-1.7.2.ebuild
+++ b/x11-misc/rofi/rofi-1.7.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE="+drun test +windowmode"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2022-01-07 Thread Jakov Smolić
commit: f303b5033ed9d03800517a3da0037cef472d148a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Jan  7 09:38:05 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Jan  7 09:38:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f303b503

x11-misc/rofi: Stabilize 1.7.2 x86, #830720

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

 x11-misc/rofi/rofi-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/rofi/rofi-1.7.2.ebuild b/x11-misc/rofi/rofi-1.7.2.ebuild
index 589b99ce098b..42397a7302df 100644
--- a/x11-misc/rofi/rofi-1.7.2.ebuild
+++ b/x11-misc/rofi/rofi-1.7.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+drun test +windowmode"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2022-01-07 Thread Jakov Smolić
commit: 892df661cbfcab4cf8f65464b56d6f4092ef9a29
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Jan  7 09:37:46 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Jan  7 09:37:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=892df661

x11-misc/rofi: Stabilize 1.7.2 amd64, #830720

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

 x11-misc/rofi/rofi-1.7.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/rofi/rofi-1.7.2.ebuild b/x11-misc/rofi/rofi-1.7.2.ebuild
index 9f3110308c57..589b99ce098b 100644
--- a/x11-misc/rofi/rofi-1.7.2.ebuild
+++ b/x11-misc/rofi/rofi-1.7.2.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=8
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="+drun test +windowmode"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2021-12-03 Thread Joonas Niilola
commit: 5ee336a5ca8ac6726f03d4d50dfcc027f2eeecfc
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Dec  3 12:58:56 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Dec  3 13:02:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ee336a5

x11-misc/rofi: add missing BDEPENDs for bison & flex

 - configure: error: "Failed to find bison"
 - configure: error: "Require flex version 2.5.39 or higher"

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

 x11-misc/rofi/rofi-1.7.2.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/x11-misc/rofi/rofi-1.7.2.ebuild b/x11-misc/rofi/rofi-1.7.2.ebuild
index 813b6e07de00..9f3110308c57 100644
--- a/x11-misc/rofi/rofi-1.7.2.ebuild
+++ b/x11-misc/rofi/rofi-1.7.2.ebuild
@@ -15,7 +15,11 @@ KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="+drun test +windowmode"
 RESTRICT="!test? ( test )"
 
-BDEPEND="virtual/pkgconfig"
+BDEPEND="
+   sys-devel/bison
+   sys-devel/flex
+   virtual/pkgconfig
+"
 RDEPEND="
dev-libs/glib:2
gnome-base/librsvg:2



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2021-12-03 Thread Joonas Niilola
commit: 96b9887cb905aaa27c15b311167ea03b210671f1
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Dec  3 13:01:07 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Dec  3 13:02:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96b9887c

x11-misc/rofi: manual sync for -9 ebuild

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

 x11-misc/rofi/rofi-9.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/x11-misc/rofi/rofi-9.ebuild b/x11-misc/rofi/rofi-9.ebuild
index 080d70670508..66b4e07790bd 100644
--- a/x11-misc/rofi/rofi-9.ebuild
+++ b/x11-misc/rofi/rofi-9.ebuild
@@ -15,7 +15,11 @@ KEYWORDS=""
 IUSE="+drun test +windowmode"
 RESTRICT="!test? ( test )"
 
-BDEPEND="virtual/pkgconfig"
+BDEPEND="
+   sys-devel/bison
+   sys-devel/flex
+   virtual/pkgconfig
+"
 RDEPEND="
dev-libs/glib:2
gnome-base/librsvg:2



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2021-12-01 Thread Florian Schmaus
commit: 91c0e6524edab81575c4546975e6f430115967e9
Author: Petrus.Z  gmail  com>
AuthorDate: Wed Dec  1 10:56:23 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Dec  1 11:37:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c0e652

x11-misc/rofi: version bump to 1.7.2

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Petrus Zhao  gmail.com>
Signed-off-by: Florian Schmaus  gentoo.org>

 x11-misc/rofi/Manifest  |  1 +
 x11-misc/rofi/rofi-1.7.2.ebuild | 67 +
 2 files changed, 68 insertions(+)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index 0039d1e34e9b..e400f3c42035 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,3 +1,4 @@
 DIST rofi-1.6.1.tar.gz 569262 BLAKE2B 
938b45f8326b5a28e349ac9f7028c476274faa4f932a773acc350d5e1dc8d5c05c7cfb7ec10f1ab5d8c83590074424c3379768671d37ee799d78e508b8c4a4cb
 SHA512 
b54e75818a98fa9262a3016260051837de189d49beff4f4a158cb2e7f41438641377e11d75c164f423e6a86d8b8fca3b76e2630611678525465d06c21b393f60
 DIST rofi-1.7.0.tar.gz 902294 BLAKE2B 
281f48702650f65e4b037fdbbe6861e173dd3465cf6a80a1d2038271511a9f85ebdb19d8e7a1854f82d52172bbfea6eb1b1685228fc4ff874773033406c9267b
 SHA512 
84a42ecf519c7eed8093c4af3b66731b890939a2bf2a63290e599103705f6bacaba59ade1b8a1bc854f6b767e8d44ee42c20e44f63886bcacbfdbe0468d350b4
 DIST rofi-1.7.1.tar.gz 917891 BLAKE2B 
475bcd9d56ba7d3e0f600a342d39a409fdb21da5e8dc54c7008a79d393024668525f170450ebc3cfdd69061d1865520a8854b00d747df98e7e1eb1fd62f95b98
 SHA512 
741b03ca240f94eb2c91e965b294f7a22e0e76499e9d71827621aa8355f78ed1068a1fe1165ee51b3d2f9f0cfad8814749276e0326eed10bc70e43698e927cba
+DIST rofi-1.7.2.tar.gz 921356 BLAKE2B 
88daaac60f4deab18b9ca00cdd490c57aef7ba103ca947a25a204c4e1da9d5b5a3eb2af4e88cd0f0c920315ee30a49982f521fdd9fde2f5de99b061d52ca410b
 SHA512 
5a3d2b118c0d74e6f9499709000e7d6de270d7c51abcc1a376ecd3838b159ff311cc171e8a1968d6872fcbb6deed565e7d777b687f49756c5ba85351f2f089ea

diff --git a/x11-misc/rofi/rofi-1.7.2.ebuild b/x11-misc/rofi/rofi-1.7.2.ebuild
new file mode 100644
index ..813b6e07de00
--- /dev/null
+++ b/x11-misc/rofi/rofi-1.7.2.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools toolchain-funcs
+
+DESCRIPTION="A window switcher, run dialog and dmenu replacement"
+HOMEPAGE="https://github.com/davatorium/rofi";
+SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+drun test +windowmode"
+RESTRICT="!test? ( test )"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND="
+   dev-libs/glib:2
+   gnome-base/librsvg:2
+   media-libs/freetype
+   virtual/jpeg
+   x11-libs/cairo[X,xcb(+)]
+   x11-libs/libXft
+   x11-libs/libXinerama
+   x11-libs/libxcb
+   x11-libs/libxkbcommon[X]
+   x11-libs/pango[X]
+   x11-libs/startup-notification
+   x11-libs/xcb-util
+   x11-libs/xcb-util-wm
+   x11-libs/xcb-util-xrm
+   x11-misc/xkeyboard-config
+"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+   test? ( >=dev-libs/check-0.11 )
+"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   tc-export CC
+
+   local myeconfargs=(
+   $(use_enable drun)
+   $(use_enable test check)
+   $(use_enable windowmode)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+pkg_postinst() {
+   for v in ${REPLACING_VERSIONS}; do
+   if ver_test "${v}" -lt 1.7.0; then
+   elog "Rofi 1.7.0 removed the (deprecated) xresources 
based configuration setup."
+   elog "If you are still using old configuration setup, 
please convert it to new format manually."
+   elog "The new format configuration can be generated by 
'rofi -dump-config > ~/.config/rofi/config.rasi'."
+   elog "For more information, please see 
https://github.com/davatorium/rofi/releases/tag/1.7.0";
+   fi
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2021-12-01 Thread Florian Schmaus
commit: 33ac33a4c224c2584599c805a0e37dc13e5110aa
Author: Petrus.Z  gmail  com>
AuthorDate: Wed Dec  1 10:56:57 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Dec  1 11:37:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ac33a4

x11-misc/rofi: drop 1.7.1

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Petrus Zhao  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23132
Signed-off-by: Florian Schmaus  gentoo.org>

 x11-misc/rofi/Manifest  |  1 -
 x11-misc/rofi/rofi-1.7.1.ebuild | 67 -
 2 files changed, 68 deletions(-)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index e400f3c42035..412bc352a099 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,4 +1,3 @@
 DIST rofi-1.6.1.tar.gz 569262 BLAKE2B 
938b45f8326b5a28e349ac9f7028c476274faa4f932a773acc350d5e1dc8d5c05c7cfb7ec10f1ab5d8c83590074424c3379768671d37ee799d78e508b8c4a4cb
 SHA512 
b54e75818a98fa9262a3016260051837de189d49beff4f4a158cb2e7f41438641377e11d75c164f423e6a86d8b8fca3b76e2630611678525465d06c21b393f60
 DIST rofi-1.7.0.tar.gz 902294 BLAKE2B 
281f48702650f65e4b037fdbbe6861e173dd3465cf6a80a1d2038271511a9f85ebdb19d8e7a1854f82d52172bbfea6eb1b1685228fc4ff874773033406c9267b
 SHA512 
84a42ecf519c7eed8093c4af3b66731b890939a2bf2a63290e599103705f6bacaba59ade1b8a1bc854f6b767e8d44ee42c20e44f63886bcacbfdbe0468d350b4
-DIST rofi-1.7.1.tar.gz 917891 BLAKE2B 
475bcd9d56ba7d3e0f600a342d39a409fdb21da5e8dc54c7008a79d393024668525f170450ebc3cfdd69061d1865520a8854b00d747df98e7e1eb1fd62f95b98
 SHA512 
741b03ca240f94eb2c91e965b294f7a22e0e76499e9d71827621aa8355f78ed1068a1fe1165ee51b3d2f9f0cfad8814749276e0326eed10bc70e43698e927cba
 DIST rofi-1.7.2.tar.gz 921356 BLAKE2B 
88daaac60f4deab18b9ca00cdd490c57aef7ba103ca947a25a204c4e1da9d5b5a3eb2af4e88cd0f0c920315ee30a49982f521fdd9fde2f5de99b061d52ca410b
 SHA512 
5a3d2b118c0d74e6f9499709000e7d6de270d7c51abcc1a376ecd3838b159ff311cc171e8a1968d6872fcbb6deed565e7d777b687f49756c5ba85351f2f089ea

diff --git a/x11-misc/rofi/rofi-1.7.1.ebuild b/x11-misc/rofi/rofi-1.7.1.ebuild
deleted file mode 100644
index 813b6e07de00..
--- a/x11-misc/rofi/rofi-1.7.1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools toolchain-funcs
-
-DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://github.com/davatorium/rofi";
-SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="+drun test +windowmode"
-RESTRICT="!test? ( test )"
-
-BDEPEND="virtual/pkgconfig"
-RDEPEND="
-   dev-libs/glib:2
-   gnome-base/librsvg:2
-   media-libs/freetype
-   virtual/jpeg
-   x11-libs/cairo[X,xcb(+)]
-   x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/libxcb
-   x11-libs/libxkbcommon[X]
-   x11-libs/pango[X]
-   x11-libs/startup-notification
-   x11-libs/xcb-util
-   x11-libs/xcb-util-wm
-   x11-libs/xcb-util-xrm
-   x11-misc/xkeyboard-config
-"
-DEPEND="
-   ${RDEPEND}
-   x11-base/xorg-proto
-   test? ( >=dev-libs/check-0.11 )
-"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   tc-export CC
-
-   local myeconfargs=(
-   $(use_enable drun)
-   $(use_enable test check)
-   $(use_enable windowmode)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-pkg_postinst() {
-   for v in ${REPLACING_VERSIONS}; do
-   if ver_test "${v}" -lt 1.7.0; then
-   elog "Rofi 1.7.0 removed the (deprecated) xresources 
based configuration setup."
-   elog "If you are still using old configuration setup, 
please convert it to new format manually."
-   elog "The new format configuration can be generated by 
'rofi -dump-config > ~/.config/rofi/config.rasi'."
-   elog "For more information, please see 
https://github.com/davatorium/rofi/releases/tag/1.7.0";
-   fi
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2021-11-26 Thread Florian Schmaus
commit: a343faa3acf56af5d62eb9a4d303e2ad43ee6b6a
Author: Petrus.Z  gmail  com>
AuthorDate: Sat Nov 27 04:27:17 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sat Nov 27 07:59:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a343faa3

x11-misc/rofi: version bump to 1.7.1

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Petrus Zhao  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23094
Signed-off-by: Florian Schmaus  gentoo.org>

 x11-misc/rofi/Manifest  |  1 +
 x11-misc/rofi/rofi-1.7.1.ebuild | 67 +
 2 files changed, 68 insertions(+)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index 6c71b2feda60..0039d1e34e9b 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,2 +1,3 @@
 DIST rofi-1.6.1.tar.gz 569262 BLAKE2B 
938b45f8326b5a28e349ac9f7028c476274faa4f932a773acc350d5e1dc8d5c05c7cfb7ec10f1ab5d8c83590074424c3379768671d37ee799d78e508b8c4a4cb
 SHA512 
b54e75818a98fa9262a3016260051837de189d49beff4f4a158cb2e7f41438641377e11d75c164f423e6a86d8b8fca3b76e2630611678525465d06c21b393f60
 DIST rofi-1.7.0.tar.gz 902294 BLAKE2B 
281f48702650f65e4b037fdbbe6861e173dd3465cf6a80a1d2038271511a9f85ebdb19d8e7a1854f82d52172bbfea6eb1b1685228fc4ff874773033406c9267b
 SHA512 
84a42ecf519c7eed8093c4af3b66731b890939a2bf2a63290e599103705f6bacaba59ade1b8a1bc854f6b767e8d44ee42c20e44f63886bcacbfdbe0468d350b4
+DIST rofi-1.7.1.tar.gz 917891 BLAKE2B 
475bcd9d56ba7d3e0f600a342d39a409fdb21da5e8dc54c7008a79d393024668525f170450ebc3cfdd69061d1865520a8854b00d747df98e7e1eb1fd62f95b98
 SHA512 
741b03ca240f94eb2c91e965b294f7a22e0e76499e9d71827621aa8355f78ed1068a1fe1165ee51b3d2f9f0cfad8814749276e0326eed10bc70e43698e927cba

diff --git a/x11-misc/rofi/rofi-1.7.1.ebuild b/x11-misc/rofi/rofi-1.7.1.ebuild
new file mode 100644
index ..813b6e07de00
--- /dev/null
+++ b/x11-misc/rofi/rofi-1.7.1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools toolchain-funcs
+
+DESCRIPTION="A window switcher, run dialog and dmenu replacement"
+HOMEPAGE="https://github.com/davatorium/rofi";
+SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+drun test +windowmode"
+RESTRICT="!test? ( test )"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND="
+   dev-libs/glib:2
+   gnome-base/librsvg:2
+   media-libs/freetype
+   virtual/jpeg
+   x11-libs/cairo[X,xcb(+)]
+   x11-libs/libXft
+   x11-libs/libXinerama
+   x11-libs/libxcb
+   x11-libs/libxkbcommon[X]
+   x11-libs/pango[X]
+   x11-libs/startup-notification
+   x11-libs/xcb-util
+   x11-libs/xcb-util-wm
+   x11-libs/xcb-util-xrm
+   x11-misc/xkeyboard-config
+"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+   test? ( >=dev-libs/check-0.11 )
+"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   tc-export CC
+
+   local myeconfargs=(
+   $(use_enable drun)
+   $(use_enable test check)
+   $(use_enable windowmode)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+pkg_postinst() {
+   for v in ${REPLACING_VERSIONS}; do
+   if ver_test "${v}" -lt 1.7.0; then
+   elog "Rofi 1.7.0 removed the (deprecated) xresources 
based configuration setup."
+   elog "If you are still using old configuration setup, 
please convert it to new format manually."
+   elog "The new format configuration can be generated by 
'rofi -dump-config > ~/.config/rofi/config.rasi'."
+   elog "For more information, please see 
https://github.com/davatorium/rofi/releases/tag/1.7.0";
+   fi
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2021-11-22 Thread Sam James
commit: b610f8b3a3e9db69b2ce71885a619b4989231990
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 22 19:18:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 22 19:18:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b610f8b3

x11-misc/rofi: Stabilize 1.7.0-r1 arm64, #825474

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

 x11-misc/rofi/rofi-1.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/rofi/rofi-1.7.0-r1.ebuild 
b/x11-misc/rofi/rofi-1.7.0-r1.ebuild
index 1aaf998b8a3a..4a3d7dce86d0 100644
--- a/x11-misc/rofi/rofi-1.7.0-r1.ebuild
+++ b/x11-misc/rofi/rofi-1.7.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE="+drun test +windowmode"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2021-11-21 Thread Agostino Sarubbo
commit: 2f9ad9588cf57b164def0be276d2186c17d346ce
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 22 07:50:25 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 22 07:50:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9ad958

x11-misc/rofi: x86 stable wrt bug #825474

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-misc/rofi/rofi-1.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/rofi/rofi-1.7.0-r1.ebuild 
b/x11-misc/rofi/rofi-1.7.0-r1.ebuild
index 23fc2905aade..1aaf998b8a3a 100644
--- a/x11-misc/rofi/rofi-1.7.0-r1.ebuild
+++ b/x11-misc/rofi/rofi-1.7.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+drun test +windowmode"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2021-11-21 Thread Jakov Smolić
commit: fd343efb59818106f1c1251db290b53729614a7c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Nov 21 18:37:11 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Nov 21 18:38:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd343efb

x11-misc/rofi: Stabilize 1.7.0-r1 amd64, #825474

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

 x11-misc/rofi/rofi-1.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/rofi/rofi-1.7.0-r1.ebuild 
b/x11-misc/rofi/rofi-1.7.0-r1.ebuild
index 813b6e07de00..23fc2905aade 100644
--- a/x11-misc/rofi/rofi-1.7.0-r1.ebuild
+++ b/x11-misc/rofi/rofi-1.7.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="+drun test +windowmode"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi-file-browser-extended/

2021-11-21 Thread Florian Schmaus
commit: 43ef95a7b0b1acdeb96e2c019e16460c9fcc033a
Author: Florian Schmaus  gentoo  org>
AuthorDate: Sun Nov 21 09:45:57 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Nov 21 09:45:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43ef95a7

x11-misc/rofi-file-browser-extended: stabilize 1.2.0-r2 for amd64

Signed-off-by: Florian Schmaus  gentoo.org>

 .../rofi-file-browser-extended-1.2.0-r2.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.2.0-r2.ebuild
 
b/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.2.0-r2.ebuild
index a049936302e6..5dd899576fa2 100644
--- 
a/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.2.0-r2.ebuild
+++ 
b/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.2.0-r2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/marvinkreis/${PN}.git";
 else

SRC_URI="https://github.com/marvinkreis/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2021-10-12 Thread Florian Schmaus
commit: 513d62fb5f7d37b27f0d109e6a21f55378a94473
Author: Florian Schmaus  gentoo  org>
AuthorDate: Tue Oct 12 08:18:19 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Oct 12 08:19:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513d62fb

x11-misc/rofi: sync live ebuild with latest non-live ebuild

Signed-off-by: Florian Schmaus  gentoo.org>

 x11-misc/rofi/rofi-9.ebuild | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/x11-misc/rofi/rofi-9.ebuild b/x11-misc/rofi/rofi-9.ebuild
index 5612e93f955..080d7067050 100644
--- a/x11-misc/rofi/rofi-9.ebuild
+++ b/x11-misc/rofi/rofi-9.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
 inherit autotools git-r3 toolchain-funcs
 
 DESCRIPTION="A window switcher, run dialog and dmenu replacement"
@@ -11,13 +12,15 @@ EGIT_REPO_URI="https://github.com/davatorium/rofi";
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS=""
-IUSE="test windowmode"
+IUSE="+drun test +windowmode"
 RESTRICT="!test? ( test )"
 
+BDEPEND="virtual/pkgconfig"
 RDEPEND="
dev-libs/glib:2
gnome-base/librsvg:2
media-libs/freetype
+   virtual/jpeg
x11-libs/cairo[X,xcb(+)]
x11-libs/libXft
x11-libs/libXinerama
@@ -32,25 +35,22 @@ RDEPEND="
 "
 DEPEND="
${RDEPEND}
-   virtual/pkgconfig
x11-base/xorg-proto
test? ( >=dev-libs/check-0.11 )
 "
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
-   "${FILESDIR}"/${PN}-1.5.0-gtk-settings-test.patch
-)
 
 src_prepare() {
default
-
eautoreconf
 }
 
 src_configure() {
tc-export CC
 
-   econf \
-   $(use_enable test check) \
+   local myeconfargs=(
+   $(use_enable drun)
+   $(use_enable test check)
$(use_enable windowmode)
+   )
+   econf "${myeconfargs[@]}"
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2021-10-12 Thread Florian Schmaus
commit: 2ec5ef691d6bdaf618821e79b00772806e0311d5
Author: Petrus.Z  gmail  com>
AuthorDate: Tue Oct 12 07:53:29 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Oct 12 08:12:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec5ef69

x11-misc/rofi: add missing x11-misc/xkeyboard-config dependency

Add the missing x11-misc/xkeyboard-config dependency.
This fixes test failures reported by the tinderbox.
Bump 1.6.1 to 1.6.1-r1, and bump 1.7.0 to 1.7.0-r1, drop
old non-r1 ebuilds.

Closes: https://bugs.gentoo.org/760048
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Petrus Zhao  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22561
Signed-off-by: Florian Schmaus  gentoo.org>

 x11-misc/rofi/{rofi-1.6.1.ebuild => rofi-1.6.1-r1.ebuild} | 1 +
 x11-misc/rofi/{rofi-1.7.0.ebuild => rofi-1.7.0-r1.ebuild} | 1 +
 x11-misc/rofi/rofi-9.ebuild   | 3 ++-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-misc/rofi/rofi-1.6.1.ebuild 
b/x11-misc/rofi/rofi-1.6.1-r1.ebuild
similarity index 97%
rename from x11-misc/rofi/rofi-1.6.1.ebuild
rename to x11-misc/rofi/rofi-1.6.1-r1.ebuild
index c919a190ff0..e654777a5b5 100644
--- a/x11-misc/rofi/rofi-1.6.1.ebuild
+++ b/x11-misc/rofi/rofi-1.6.1-r1.ebuild
@@ -31,6 +31,7 @@ RDEPEND="
x11-libs/xcb-util
x11-libs/xcb-util-wm
x11-libs/xcb-util-xrm
+   x11-misc/xkeyboard-config
 "
 DEPEND="
${RDEPEND}

diff --git a/x11-misc/rofi/rofi-1.7.0.ebuild 
b/x11-misc/rofi/rofi-1.7.0-r1.ebuild
similarity index 98%
rename from x11-misc/rofi/rofi-1.7.0.ebuild
rename to x11-misc/rofi/rofi-1.7.0-r1.ebuild
index bfa3300d765..813b6e07de0 100644
--- a/x11-misc/rofi/rofi-1.7.0.ebuild
+++ b/x11-misc/rofi/rofi-1.7.0-r1.ebuild
@@ -31,6 +31,7 @@ RDEPEND="
x11-libs/xcb-util
x11-libs/xcb-util-wm
x11-libs/xcb-util-xrm
+   x11-misc/xkeyboard-config
 "
 DEPEND="
${RDEPEND}

diff --git a/x11-misc/rofi/rofi-9.ebuild b/x11-misc/rofi/rofi-9.ebuild
index 81f8f9cf847..5612e93f955 100644
--- a/x11-misc/rofi/rofi-9.ebuild
+++ b/x11-misc/rofi/rofi-9.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=7
@@ -28,6 +28,7 @@ RDEPEND="
x11-libs/xcb-util
x11-libs/xcb-util-wm
x11-libs/xcb-util-xrm
+   x11-misc/xkeyboard-config
 "
 DEPEND="
${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2021-10-10 Thread Florian Schmaus
commit: 9fed0ccf36b2ad2036d6ae10da11dd13f44ad47c
Author: Petrus.Z  gmail  com>
AuthorDate: Sat Oct  9 05:53:06 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Oct 10 09:25:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fed0ccf

x11-misc/rofi: version bump to 1.7.0

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Petrus Zhao  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22524
Signed-off-by: Florian Schmaus  gentoo.org>

 x11-misc/rofi/Manifest  |  1 +
 x11-misc/rofi/metadata.xml  | 27 -
 x11-misc/rofi/rofi-1.7.0.ebuild | 66 +
 3 files changed, 86 insertions(+), 8 deletions(-)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index 4786f50a50b..6c71b2feda6 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1 +1,2 @@
 DIST rofi-1.6.1.tar.gz 569262 BLAKE2B 
938b45f8326b5a28e349ac9f7028c476274faa4f932a773acc350d5e1dc8d5c05c7cfb7ec10f1ab5d8c83590074424c3379768671d37ee799d78e508b8c4a4cb
 SHA512 
b54e75818a98fa9262a3016260051837de189d49beff4f4a158cb2e7f41438641377e11d75c164f423e6a86d8b8fca3b76e2630611678525465d06c21b393f60
+DIST rofi-1.7.0.tar.gz 902294 BLAKE2B 
281f48702650f65e4b037fdbbe6861e173dd3465cf6a80a1d2038271511a9f85ebdb19d8e7a1854f82d52172bbfea6eb1b1685228fc4ff874773033406c9267b
 SHA512 
84a42ecf519c7eed8093c4af3b66731b890939a2bf2a63290e599103705f6bacaba59ade1b8a1bc854f6b767e8d44ee42c20e44f63886bcacbfdbe0468d350b4

diff --git a/x11-misc/rofi/metadata.xml b/x11-misc/rofi/metadata.xml
index 87511edddce..040d877273a 100644
--- a/x11-misc/rofi/metadata.xml
+++ b/x11-misc/rofi/metadata.xml
@@ -1,12 +1,23 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-
-Enable desktop file run dialog
-Enable normal window mode
-
-
-DaveDavenport/rofi
-
+   
+   petrus.zy...@gmail.com
+   Petrus Zhao
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   Florian Schmaus
+   f...@gentoo.org
+   
+   
+   Enable desktop file run dialog
+   Enable normal window mode
+   
+   
+   DaveDavenport/rofi
+   
 

diff --git a/x11-misc/rofi/rofi-1.7.0.ebuild b/x11-misc/rofi/rofi-1.7.0.ebuild
new file mode 100644
index 000..bfa3300d765
--- /dev/null
+++ b/x11-misc/rofi/rofi-1.7.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools toolchain-funcs
+
+DESCRIPTION="A window switcher, run dialog and dmenu replacement"
+HOMEPAGE="https://github.com/davatorium/rofi";
+SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+drun test +windowmode"
+RESTRICT="!test? ( test )"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND="
+   dev-libs/glib:2
+   gnome-base/librsvg:2
+   media-libs/freetype
+   virtual/jpeg
+   x11-libs/cairo[X,xcb(+)]
+   x11-libs/libXft
+   x11-libs/libXinerama
+   x11-libs/libxcb
+   x11-libs/libxkbcommon[X]
+   x11-libs/pango[X]
+   x11-libs/startup-notification
+   x11-libs/xcb-util
+   x11-libs/xcb-util-wm
+   x11-libs/xcb-util-xrm
+"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+   test? ( >=dev-libs/check-0.11 )
+"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   tc-export CC
+
+   local myeconfargs=(
+   $(use_enable drun)
+   $(use_enable test check)
+   $(use_enable windowmode)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+pkg_postinst() {
+   for v in ${REPLACING_VERSIONS}; do
+   if ver_test "${v}" -lt 1.7.0; then
+   elog "Rofi 1.7.0 removed the (deprecated) xresources 
based configuration setup."
+   elog "If you are still using old configuration setup, 
please convert it to new format manually."
+   elog "The new format configuration can be generated by 
'rofi -dump-config > ~/.config/rofi/config.rasi'."
+   elog "For more information, please see 
https://github.com/davatorium/rofi/releases/tag/1.7.0";
+   fi
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi-file-browser-extended/, x11-misc/rofi-file-browser-extended/files/

2021-08-20 Thread Florian Schmaus
commit: afe308b1eea84cba66cfba823c61ef588c12d8ac
Author: Florian Schmaus  gentoo  org>
AuthorDate: Fri Aug 20 18:45:11 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Fri Aug 20 18:45:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe308b1

x11-misc/rofi-file-browser-extended: initial import (from ::guru)

Signed-off-by: Florian Schmaus  gentoo.org>

 x11-misc/rofi-file-browser-extended/Manifest   |  1 +
 ...er-extended-1.2.0-do-not-install-man-page.patch | 32 +
 x11-misc/rofi-file-browser-extended/metadata.xml   |  8 +
 .../rofi-file-browser-extended-1.2.0-r2.ebuild | 41 ++
 4 files changed, 82 insertions(+)

diff --git a/x11-misc/rofi-file-browser-extended/Manifest 
b/x11-misc/rofi-file-browser-extended/Manifest
new file mode 100644
index 000..c3a86416068
--- /dev/null
+++ b/x11-misc/rofi-file-browser-extended/Manifest
@@ -0,0 +1 @@
+DIST rofi-file-browser-extended-1.2.0.tar.gz 23560 BLAKE2B 
bb5637e9a56009949b4241c218a73fdb79cf5065906b7f48874ee64e3d38d4b68a751eec937eededd040086b2560f6e6f92440d9cc0900be3f3dee54a03f8f83
 SHA512 
74e5adeadaa0322e1d489bda79db58b416553daefbbc353012b82855529875aefd42c53458efe059ee1aa7ea6b7550b791dd56a11c207c5cc6f4ed46d17bdb81

diff --git 
a/x11-misc/rofi-file-browser-extended/files/rofi-file-browser-extended-1.2.0-do-not-install-man-page.patch
 
b/x11-misc/rofi-file-browser-extended/files/rofi-file-browser-extended-1.2.0-do-not-install-man-page.patch
new file mode 100644
index 000..410943815ac
--- /dev/null
+++ 
b/x11-misc/rofi-file-browser-extended/files/rofi-file-browser-extended-1.2.0-do-not-install-man-page.patch
@@ -0,0 +1,32 @@
+From 47f61ae6b971e71c55788b790146ffe63d64c834 Mon Sep 17 00:00:00 2001
+From: Florian Schmaus 
+Date: Tue, 1 Jun 2021 11:05:05 +0200
+Subject: [PATCH] Do not install man page
+
+---
+ CMakeLists.txt | 12 
+ 1 file changed, 12 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 5ab8168df336..901de539097e 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -28,15 +28,3 @@ target_link_libraries(filebrowser
+ )
+ 
+ install(TARGETS filebrowser DESTINATION ${ROFI_PLUGINS_DIR})
+-
+-
+-
+-# Manpage
+-
+-add_custom_command(OUTPUT "doc/rofi-file-browser-extended.1.gz"
+-   COMMAND gzip -k "doc/rofi-file-browser-extended.1"
+-   COMMENT "Packing manpage")
+-
+-add_custom_target(manpage ALL DEPENDS "doc/rofi-file-browser-extended.1.gz")
+-
+-install(FILES "doc/rofi-file-browser-extended.1.gz" DESTINATION 
"/usr/share/man/man1")
+-- 
+2.31.1
+

diff --git a/x11-misc/rofi-file-browser-extended/metadata.xml 
b/x11-misc/rofi-file-browser-extended/metadata.xml
new file mode 100644
index 000..7a926064dca
--- /dev/null
+++ b/x11-misc/rofi-file-browser-extended/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   f...@gentoo.org
+   Florian Schmaus
+   
+

diff --git 
a/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.2.0-r2.ebuild
 
b/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.2.0-r2.ebuild
new file mode 100644
index 000..a049936302e
--- /dev/null
+++ 
b/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.2.0-r2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="A file browser for rofi"
+HOMEPAGE="https://github.com/marvinkreis/rofi-file-browser-extended";
+
+if [[ ${PV} == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/marvinkreis/${PN}.git";
+else
+   
SRC_URI="https://github.com/marvinkreis/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+BDEPEND="virtual/pkgconfig"
+COMMON_DEPEND="
+   dev-libs/glib:2
+   x11-misc/rofi
+"
+DEPEND="
+   ${COMMON_DEPEND}
+   x11-libs/cairo
+"
+RDEPEND="${COMMON_DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${P}-do-not-install-man-page.patch"
+)
+
+src_install() {
+   cmake_src_install
+   doman "doc/${PN}.1"
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2021-04-18 Thread Jonas Stein
commit: 20893054b1515bde601a16f9b61260d33db88e7c
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Apr 18 15:03:55 2021 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sun Apr 18 15:03:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20893054

x11-misc/rofi: drop project desktop-misc

Drop project desktop-misc from the list of maintainers.

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Jonas Stein  gentoo.org>

 x11-misc/rofi/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-misc/rofi/metadata.xml b/x11-misc/rofi/metadata.xml
index a9c1853eed4..ad4e189f02c 100644
--- a/x11-misc/rofi/metadata.xml
+++ b/x11-misc/rofi/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-desktop-m...@gentoo.org
-Gentoo Desktop Miscellaneous Project
-
+   
 
 Enable desktop file run dialog
 Enable normal window mode



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi-calc/

2021-03-16 Thread Sam James
commit: 4f6daf2fabda2f44f3939675908a6c996d3be603
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 16 19:38:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 16 19:56:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6daf2f

x11-misc/rofi-calc: drop 1.5, 1.6

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

 x11-misc/rofi-calc/Manifest |  2 --
 x11-misc/rofi-calc/rofi-calc-1.5.ebuild | 26 --
 x11-misc/rofi-calc/rofi-calc-1.6.ebuild | 26 --
 3 files changed, 54 deletions(-)

diff --git a/x11-misc/rofi-calc/Manifest b/x11-misc/rofi-calc/Manifest
index beef4cb00a5..916e7b8d730 100644
--- a/x11-misc/rofi-calc/Manifest
+++ b/x11-misc/rofi-calc/Manifest
@@ -1,3 +1 @@
-DIST rofi-calc-1.5.tar.gz 1693385 BLAKE2B 
7ff21873ee298c4295f2766917318796d6327959e63d99adc86857d2e05534e77062c9546ba8c6cf645a12ae46147e4583a61fc95dbc6953ee642449ff108d40
 SHA512 
04213b6489cd9e3c5085a88cee07ee9413819c19d4ee08f6e2eef3ad418d21b5acaf1d4ef21f1495d81694e5706f93598c91ada65f1bcc83ce94a6cf5d50ea0c
-DIST rofi-calc-1.6.tar.gz 1694150 BLAKE2B 
bc1f3a2589c0e704793693e0f007503d1b0eaa363f416f0d111709541f2960f0f5ab31d0eb129000e7f82af3d46ce0a52918cfbfc00d14292a839a40a0986bb0
 SHA512 
a87523d3d64fbd53e431dba7da674a213fcfbdcaac25906a19bc83aa3feb14da479b702b39fd58ffeb04198ea0a5d52808f7c9c36495defc99c9c83df963e0b6
 DIST rofi-calc-2.0.0.tar.gz 1695125 BLAKE2B 
d76c304724b0f3326a8bd26ab2c7eaed5f77f3b6d07ddc97570a1fb28d56504d98ac9ab66411290cb548b760bd3231a729dfc470e748a8447e323d1b290f677c
 SHA512 
298f9983dbd140f5aee5b3799b165500eae100f3f5744ba07914b962faf01661dee0f5f4c9c12a07a4e210b6115ac6fb377d9fa9a7e64ef5a19600e9f55cd478

diff --git a/x11-misc/rofi-calc/rofi-calc-1.5.ebuild 
b/x11-misc/rofi-calc/rofi-calc-1.5.ebuild
deleted file mode 100644
index a267871cd50..000
--- a/x11-misc/rofi-calc/rofi-calc-1.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Do live calculations in rofi!"
-HOMEPAGE="https://github.com/svenstaro/rofi-calc";
-SRC_URI="https://github.com/svenstaro/rofi-calc/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   x11-misc/rofi
-   >=sci-libs/libqalculate-2.0
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-   eautoreconf -i
-}

diff --git a/x11-misc/rofi-calc/rofi-calc-1.6.ebuild 
b/x11-misc/rofi-calc/rofi-calc-1.6.ebuild
deleted file mode 100644
index a267871cd50..000
--- a/x11-misc/rofi-calc/rofi-calc-1.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Do live calculations in rofi!"
-HOMEPAGE="https://github.com/svenstaro/rofi-calc";
-SRC_URI="https://github.com/svenstaro/rofi-calc/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   x11-misc/rofi
-   >=sci-libs/libqalculate-2.0
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-   eautoreconf -i
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2021-03-15 Thread Sam James
commit: 16e5092203dcd116f954290f31eb87b3a520c083
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 15 21:27:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 15 21:34:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e50922

x11-misc/rofi: drop 1.5.4-r1, 1.6.0

Bug: https://bugs.gentoo.org/776454
Signed-off-by: Sam James  gentoo.org>

 x11-misc/rofi/Manifest |  2 --
 x11-misc/rofi/rofi-1.5.4-r1.ebuild | 55 
 x11-misc/rofi/rofi-1.6.0.ebuild| 57 --
 3 files changed, 114 deletions(-)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index 419e55af09c..4786f50a50b 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,3 +1 @@
-DIST rofi-1.5.4.tar.gz 535259 BLAKE2B 
8560dfee631c66a6f2178c0af6926ef317ed6d2cfe3ae46264e5b1ce429113ce810e4fed4c86a81acbbd51c85ad2593f40a39d982d7da0aa8ccc55537cadd2bb
 SHA512 
181dedb0905bfab76f7ad313d299f4c80ee4efb11a2c6345b16044b7fb3f54bc7e304ee9352e562932e55108e328e5f6bd2c1d7fd9bcdec3d8022c2dc4f8d394
-DIST rofi-1.6.0.tar.gz 558808 BLAKE2B 
45849f71becd3ab69b85dae64af34ad42199c20976304b89b013405f1d7fbbfa8fdf7d3ac4c26563cc2f5924fad64d45da1ba7dcad8857fb127eaf4b40c08824
 SHA512 
a993b0d49681eae4bc4aa84277f6daf1467e53bc40fa43e97ccf3f834763a3c9a1ed8b5d1d628158febc9e8b339be3fb745ae5b4e1d86e9f84b7af4b6a30ea23
 DIST rofi-1.6.1.tar.gz 569262 BLAKE2B 
938b45f8326b5a28e349ac9f7028c476274faa4f932a773acc350d5e1dc8d5c05c7cfb7ec10f1ab5d8c83590074424c3379768671d37ee799d78e508b8c4a4cb
 SHA512 
b54e75818a98fa9262a3016260051837de189d49beff4f4a158cb2e7f41438641377e11d75c164f423e6a86d8b8fca3b76e2630611678525465d06c21b393f60

diff --git a/x11-misc/rofi/rofi-1.5.4-r1.ebuild 
b/x11-misc/rofi/rofi-1.5.4-r1.ebuild
deleted file mode 100644
index 6d0d5474b2b..000
--- a/x11-misc/rofi/rofi-1.5.4-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools toolchain-funcs
-
-DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://github.com/davatorium/rofi";
-SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test windowmode"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-libs/glib:2
-   gnome-base/librsvg:2
-   media-libs/freetype
-   x11-libs/cairo[X,xcb(+)]
-   x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/libxcb
-   x11-libs/libxkbcommon[X]
-   x11-libs/pango[X]
-   x11-libs/startup-notification
-   x11-libs/xcb-util
-   x11-libs/xcb-util-wm
-   x11-libs/xcb-util-xrm
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-   x11-base/xorg-proto
-   test? ( >=dev-libs/check-0.11 )
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
-   "${FILESDIR}"/${PN}-1.5.0-gtk-settings-test.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_configure() {
-   tc-export CC
-
-   econf \
-   $(use_enable test check) \
-   $(use_enable windowmode)
-}

diff --git a/x11-misc/rofi/rofi-1.6.0.ebuild b/x11-misc/rofi/rofi-1.6.0.ebuild
deleted file mode 100644
index 2eed2dccd62..000
--- a/x11-misc/rofi/rofi-1.6.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools toolchain-funcs
-
-DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://github.com/davatorium/rofi";
-SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="+drun test +windowmode"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-libs/glib:2
-   gnome-base/librsvg:2
-   media-libs/freetype
-   virtual/jpeg
-   x11-libs/cairo[X,xcb(+)]
-   x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/libxcb
-   x11-libs/libxkbcommon[X]
-   x11-libs/pango[X]
-   x11-libs/startup-notification
-   x11-libs/xcb-util
-   x11-libs/xcb-util-wm
-   x11-libs/xcb-util-xrm
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-   x11-base/xorg-proto
-   test? ( >=dev-libs/check-0.11 )
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
-   "${FILESDIR}"/${PN}-1.5.0-gtk-settings-test.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_configure() {
-   tc-export CC
-
-   econf \
-   $(use_enable drun) \
-   $(use_enable test check) \
-   $(use_enable windowmode)
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2021-03-15 Thread Sam James
commit: 90568e240b6167c0c74c34f7c82757f2a6822067
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 15 21:19:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 15 21:21:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90568e24

x11-misc/rofi: Stabilize 1.6.1 amd64, #776454

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

 x11-misc/rofi/rofi-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/rofi/rofi-1.6.1.ebuild b/x11-misc/rofi/rofi-1.6.1.ebuild
index 27f95b8cc44..c919a190ff0 100644
--- a/x11-misc/rofi/rofi-1.6.1.ebuild
+++ b/x11-misc/rofi/rofi-1.6.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+drun test +windowmode"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2021-03-15 Thread Sam James
commit: be6c721fb2df4399da803197f4cbe52cc0f25057
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 15 21:15:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 15 21:17:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be6c721f

x11-misc/rofi: Stabilize 1.6.1 x86, #776454

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

 x11-misc/rofi/rofi-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/rofi/rofi-1.6.1.ebuild b/x11-misc/rofi/rofi-1.6.1.ebuild
index 297c2f078d6..27f95b8cc44 100644
--- a/x11-misc/rofi/rofi-1.6.1.ebuild
+++ b/x11-misc/rofi/rofi-1.6.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
 IUSE="+drun test +windowmode"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/files/, x11-misc/rofi/

2021-01-04 Thread Lars Wendler
commit: 7e47fbe82f079526433889b021aded8d6c1e57a2
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan  4 21:48:18 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan  4 21:48:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e47fbe8

x11-misc/rofi: Fixed build with ~sys-devel/autoconf-2.70

Closes: https://bugs.gentoo.org/749864
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Lars Wendler  gentoo.org>

 x11-misc/rofi/files/rofi-1.6.1-autoconf-2.70.patch | 30 ++
 x11-misc/rofi/rofi-1.6.1.ebuild| 12 +
 2 files changed, 37 insertions(+), 5 deletions(-)

diff --git a/x11-misc/rofi/files/rofi-1.6.1-autoconf-2.70.patch 
b/x11-misc/rofi/files/rofi-1.6.1-autoconf-2.70.patch
new file mode 100644
index 000..d2ac9510d3c
--- /dev/null
+++ b/x11-misc/rofi/files/rofi-1.6.1-autoconf-2.70.patch
@@ -0,0 +1,30 @@
+From 7e426c597539c1b6f33c34300b84d2074f94c9b6 Mon Sep 17 00:00:00 2001
+From: Lars Wendler 
+Date: Mon, 4 Jan 2021 22:27:37 +0100
+Subject: [PATCH] configure.ac: Remove argument from AC_PROG_LEX
+
+autoconf-2.70 only accepts "yywrap" and "noyywrap" as arguments to
+AC_PROG_LEX. Calling it with no arguments will trigger the old behavior
+from autoconf-2.69.
+
+Signed-off-by: Lars Wendler 
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index e0968b65..03dc1d2f 100644
+--- a/configure.ac
 b/configure.ac
+@@ -7,7 +7,7 @@ AH_BOTTOM([#include "gitconfig.h"])
+ dnl -
+ dnl Lex & Bison language parser.
+ dnl -
+-AC_PROG_LEX([flex])
++AC_PROG_LEX
+ AC_PROG_YACC
+ 
+ 
+-- 
+2.30.0
+

diff --git a/x11-misc/rofi/rofi-1.6.1.ebuild b/x11-misc/rofi/rofi-1.6.1.ebuild
index 44eda2ab0a9..297c2f078d6 100644
--- a/x11-misc/rofi/rofi-1.6.1.ebuild
+++ b/x11-misc/rofi/rofi-1.6.1.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=7
@@ -41,19 +41,21 @@ DEPEND="
 PATCHES=(
"${FILESDIR}"/${PN}-0.15.12-Werror.patch
"${FILESDIR}"/${PN}-1.5.0-gtk-settings-test.patch
+   "${FILESDIR}"/${PN}-1.6.1-autoconf-2.70.patch
 )
 
 src_prepare() {
default
-
eautoreconf
 }
 
 src_configure() {
tc-export CC
 
-   econf \
-   $(use_enable drun) \
-   $(use_enable test check) \
+   local myeconfargs=(
+   $(use_enable drun)
+   $(use_enable test check)
$(use_enable windowmode)
+   )
+   econf "${myeconfargs[@]}"
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2020-12-14 Thread Sam James
commit: 17f2943d07a1f42954301231fd30317ed28c2d06
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 15 03:49:55 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 15 03:49:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f2943d

x11-misc/rofi: pkgconfig is a BDEPEND here

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 x11-misc/rofi/rofi-1.6.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-misc/rofi/rofi-1.6.1.ebuild b/x11-misc/rofi/rofi-1.6.1.ebuild
index 74b85e714b6..44eda2ab0a9 100644
--- a/x11-misc/rofi/rofi-1.6.1.ebuild
+++ b/x11-misc/rofi/rofi-1.6.1.ebuild
@@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="+drun test +windowmode"
 RESTRICT="!test? ( test )"
 
+BDEPEND="virtual/pkgconfig"
 RDEPEND="
dev-libs/glib:2
gnome-base/librsvg:2
@@ -33,10 +34,10 @@ RDEPEND="
 "
 DEPEND="
${RDEPEND}
-   virtual/pkgconfig
x11-base/xorg-proto
test? ( >=dev-libs/check-0.11 )
 "
+
 PATCHES=(
"${FILESDIR}"/${PN}-0.15.12-Werror.patch
"${FILESDIR}"/${PN}-1.5.0-gtk-settings-test.patch



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2020-12-14 Thread Sam James
commit: adfc41da60b12450cf75b4d31004d98481e55225
Author: John Helmert III  posteo  net>
AuthorDate: Tue Dec  8 07:23:41 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 15 03:48:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adfc41da

x11-misc/rofi: bump to 1.6.1

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: John Helmert III  posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/18561
Signed-off-by: Sam James  gentoo.org>

 x11-misc/rofi/Manifest  |  1 +
 x11-misc/rofi/rofi-1.6.1.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index f2d32aab71a..419e55af09c 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,2 +1,3 @@
 DIST rofi-1.5.4.tar.gz 535259 BLAKE2B 
8560dfee631c66a6f2178c0af6926ef317ed6d2cfe3ae46264e5b1ce429113ce810e4fed4c86a81acbbd51c85ad2593f40a39d982d7da0aa8ccc55537cadd2bb
 SHA512 
181dedb0905bfab76f7ad313d299f4c80ee4efb11a2c6345b16044b7fb3f54bc7e304ee9352e562932e55108e328e5f6bd2c1d7fd9bcdec3d8022c2dc4f8d394
 DIST rofi-1.6.0.tar.gz 558808 BLAKE2B 
45849f71becd3ab69b85dae64af34ad42199c20976304b89b013405f1d7fbbfa8fdf7d3ac4c26563cc2f5924fad64d45da1ba7dcad8857fb127eaf4b40c08824
 SHA512 
a993b0d49681eae4bc4aa84277f6daf1467e53bc40fa43e97ccf3f834763a3c9a1ed8b5d1d628158febc9e8b339be3fb745ae5b4e1d86e9f84b7af4b6a30ea23
+DIST rofi-1.6.1.tar.gz 569262 BLAKE2B 
938b45f8326b5a28e349ac9f7028c476274faa4f932a773acc350d5e1dc8d5c05c7cfb7ec10f1ab5d8c83590074424c3379768671d37ee799d78e508b8c4a4cb
 SHA512 
b54e75818a98fa9262a3016260051837de189d49beff4f4a158cb2e7f41438641377e11d75c164f423e6a86d8b8fca3b76e2630611678525465d06c21b393f60

diff --git a/x11-misc/rofi/rofi-1.6.1.ebuild b/x11-misc/rofi/rofi-1.6.1.ebuild
new file mode 100644
index 000..74b85e714b6
--- /dev/null
+++ b/x11-misc/rofi/rofi-1.6.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools toolchain-funcs
+
+DESCRIPTION="A window switcher, run dialog and dmenu replacement"
+HOMEPAGE="https://github.com/davatorium/rofi";
+SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+drun test +windowmode"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-libs/glib:2
+   gnome-base/librsvg:2
+   media-libs/freetype
+   virtual/jpeg
+   x11-libs/cairo[X,xcb(+)]
+   x11-libs/libXft
+   x11-libs/libXinerama
+   x11-libs/libxcb
+   x11-libs/libxkbcommon[X]
+   x11-libs/pango[X]
+   x11-libs/startup-notification
+   x11-libs/xcb-util
+   x11-libs/xcb-util-wm
+   x11-libs/xcb-util-xrm
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   x11-base/xorg-proto
+   test? ( >=dev-libs/check-0.11 )
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
+   "${FILESDIR}"/${PN}-1.5.0-gtk-settings-test.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   tc-export CC
+
+   econf \
+   $(use_enable drun) \
+   $(use_enable test check) \
+   $(use_enable windowmode)
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi-calc/

2020-11-23 Thread Joonas Niilola
commit: 69a79d82241c624e210d0668c3cf97811affcb72
Author: Marco Genasci  gmail  com>
AuthorDate: Fri Nov 20 18:58:31 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Nov 23 13:11:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a79d82

x11-misc/rofi-calc: version bump to 2.0.0

Closes: https://bugs.gentoo.org/755869
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Marco Genasci  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18340
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-misc/rofi-calc/Manifest   |  1 +
 x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/x11-misc/rofi-calc/Manifest b/x11-misc/rofi-calc/Manifest
index 095c85464e9..beef4cb00a5 100644
--- a/x11-misc/rofi-calc/Manifest
+++ b/x11-misc/rofi-calc/Manifest
@@ -1,2 +1,3 @@
 DIST rofi-calc-1.5.tar.gz 1693385 BLAKE2B 
7ff21873ee298c4295f2766917318796d6327959e63d99adc86857d2e05534e77062c9546ba8c6cf645a12ae46147e4583a61fc95dbc6953ee642449ff108d40
 SHA512 
04213b6489cd9e3c5085a88cee07ee9413819c19d4ee08f6e2eef3ad418d21b5acaf1d4ef21f1495d81694e5706f93598c91ada65f1bcc83ce94a6cf5d50ea0c
 DIST rofi-calc-1.6.tar.gz 1694150 BLAKE2B 
bc1f3a2589c0e704793693e0f007503d1b0eaa363f416f0d111709541f2960f0f5ab31d0eb129000e7f82af3d46ce0a52918cfbfc00d14292a839a40a0986bb0
 SHA512 
a87523d3d64fbd53e431dba7da674a213fcfbdcaac25906a19bc83aa3feb14da479b702b39fd58ffeb04198ea0a5d52808f7c9c36495defc99c9c83df963e0b6
+DIST rofi-calc-2.0.0.tar.gz 1695125 BLAKE2B 
d76c304724b0f3326a8bd26ab2c7eaed5f77f3b6d07ddc97570a1fb28d56504d98ac9ab66411290cb548b760bd3231a729dfc470e748a8447e323d1b290f677c
 SHA512 
298f9983dbd140f5aee5b3799b165500eae100f3f5744ba07914b962faf01661dee0f5f4c9c12a07a4e210b6115ac6fb377d9fa9a7e64ef5a19600e9f55cd478

diff --git a/x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild 
b/x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild
new file mode 100644
index 000..a267871cd50
--- /dev/null
+++ b/x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Do live calculations in rofi!"
+HOMEPAGE="https://github.com/svenstaro/rofi-calc";
+SRC_URI="https://github.com/svenstaro/rofi-calc/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   x11-misc/rofi
+   >=sci-libs/libqalculate-2.0
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   eautoreconf -i
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2020-09-08 Thread Jeroen Roovers
commit: 43ec198ac17e1a58ba1098acbc756293d15f9802
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep  9 05:58:09 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep  9 05:58:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43ec198a

x11-misc/rofi: Depend on virtual/jpeg

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Closes: https://bugs.gentoo.org/741314
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/rofi/rofi-1.6.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-misc/rofi/rofi-1.6.0.ebuild b/x11-misc/rofi/rofi-1.6.0.ebuild
index 135a161cf38..2eed2dccd62 100644
--- a/x11-misc/rofi/rofi-1.6.0.ebuild
+++ b/x11-misc/rofi/rofi-1.6.0.ebuild
@@ -18,6 +18,7 @@ RDEPEND="
dev-libs/glib:2
gnome-base/librsvg:2
media-libs/freetype
+   virtual/jpeg
x11-libs/cairo[X,xcb(+)]
x11-libs/libXft
x11-libs/libXinerama



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2020-09-06 Thread Jeroen Roovers
commit: b9920a88b239a832e3297cc95a1ab25245376386
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Sep  6 19:38:01 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Sep  6 19:38:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9920a88

x11-misc/rofi: Version 1.6.0

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/rofi/Manifest  |  1 +
 x11-misc/rofi/metadata.xml  | 11 
 x11-misc/rofi/rofi-1.6.0.ebuild | 56 +
 3 files changed, 63 insertions(+), 5 deletions(-)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index d793eeb10de..f2d32aab71a 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1 +1,2 @@
 DIST rofi-1.5.4.tar.gz 535259 BLAKE2B 
8560dfee631c66a6f2178c0af6926ef317ed6d2cfe3ae46264e5b1ce429113ce810e4fed4c86a81acbbd51c85ad2593f40a39d982d7da0aa8ccc55537cadd2bb
 SHA512 
181dedb0905bfab76f7ad313d299f4c80ee4efb11a2c6345b16044b7fb3f54bc7e304ee9352e562932e55108e328e5f6bd2c1d7fd9bcdec3d8022c2dc4f8d394
+DIST rofi-1.6.0.tar.gz 558808 BLAKE2B 
45849f71becd3ab69b85dae64af34ad42199c20976304b89b013405f1d7fbbfa8fdf7d3ac4c26563cc2f5924fad64d45da1ba7dcad8857fb127eaf4b40c08824
 SHA512 
a993b0d49681eae4bc4aa84277f6daf1467e53bc40fa43e97ccf3f834763a3c9a1ed8b5d1d628158febc9e8b339be3fb745ae5b4e1d86e9f84b7af4b6a30ea23

diff --git a/x11-misc/rofi/metadata.xml b/x11-misc/rofi/metadata.xml
index d9dc616fbbc..55134acf088 100644
--- a/x11-misc/rofi/metadata.xml
+++ b/x11-misc/rofi/metadata.xml
@@ -2,16 +2,17 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
 
-   j...@gentoo.org
+j...@gentoo.org
 
 
-   desktop-m...@gentoo.org
-   Gentoo Desktop Miscellaneous Project
+desktop-m...@gentoo.org
+Gentoo Desktop Miscellaneous Project
 
 
-   Enable normal window mode
+Enable desktop file run dialog
+Enable normal window mode
 
 
-   DaveDavenport/rofi
+DaveDavenport/rofi
 
 

diff --git a/x11-misc/rofi/rofi-1.6.0.ebuild b/x11-misc/rofi/rofi-1.6.0.ebuild
new file mode 100644
index 000..135a161cf38
--- /dev/null
+++ b/x11-misc/rofi/rofi-1.6.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools toolchain-funcs
+
+DESCRIPTION="A window switcher, run dialog and dmenu replacement"
+HOMEPAGE="https://github.com/davatorium/rofi";
+SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+drun test +windowmode"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-libs/glib:2
+   gnome-base/librsvg:2
+   media-libs/freetype
+   x11-libs/cairo[X,xcb(+)]
+   x11-libs/libXft
+   x11-libs/libXinerama
+   x11-libs/libxcb
+   x11-libs/libxkbcommon[X]
+   x11-libs/pango[X]
+   x11-libs/startup-notification
+   x11-libs/xcb-util
+   x11-libs/xcb-util-wm
+   x11-libs/xcb-util-xrm
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   x11-base/xorg-proto
+   test? ( >=dev-libs/check-0.11 )
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
+   "${FILESDIR}"/${PN}-1.5.0-gtk-settings-test.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   tc-export CC
+
+   econf \
+   $(use_enable drun) \
+   $(use_enable test check) \
+   $(use_enable windowmode)
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi-calc/, app-arch/unar/

2020-07-04 Thread Joonas Niilola
commit: 6feba2f2e31b607573d86ceb45dea20c41b439b9
Author: Robin Hallabro-Kokko  hallabro-kokko  se>
AuthorDate: Sat Jul  4 16:50:50 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jul  5 06:48:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6feba2f2

*/*: hallabro retiring as proxy maintainer

Closes: https://bugs.gentoo.org/705022
Signed-off-by: Robin Hallabro-Kokko  hallabro-kokko.se>
Closes: https://github.com/gentoo/gentoo/pull/16588
Signed-off-by: Joonas Niilola  gentoo.org>

 app-arch/unar/metadata.xml  |  9 +
 x11-misc/rofi-calc/metadata.xml | 12 
 2 files changed, 5 insertions(+), 16 deletions(-)

diff --git a/app-arch/unar/metadata.xml b/app-arch/unar/metadata.xml
index cf071f3d1c1..ca136641cf4 100644
--- a/app-arch/unar/metadata.xml
+++ b/app-arch/unar/metadata.xml
@@ -1,14 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-ro...@hallabro-kokko.se
-Robin Hallabro-Kokko
-
-
-proxy-ma...@gentoo.org
-Proxy Maintainers
-
+
 
 MacPaw/XADMaster
 

diff --git a/x11-misc/rofi-calc/metadata.xml b/x11-misc/rofi-calc/metadata.xml
index 300495cc81c..6f38d7d1e4e 100644
--- a/x11-misc/rofi-calc/metadata.xml
+++ b/x11-misc/rofi-calc/metadata.xml
@@ -1,12 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   ro...@hallabro-kokko.se
-   Robin Hallabro-Kokko
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+
+
+svenstaro/rofi-calc
+
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi-calc/

2020-04-17 Thread Joonas Niilola
commit: 7da570bb263b2385b9f48adf5f4e3d126047d39b
Author: Robin Hallabro-Kokko  hallabro-kokko  se>
AuthorDate: Wed Apr 15 17:23:26 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr 17 07:35:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da570bb

x11-misc/rofi-calc: bump to 1.6

Closes: https://bugs.gentoo.org/717562

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Robin Hallabro-Kokko  hallabro-kokko.se>
Closes: https://github.com/gentoo/gentoo/pull/15362
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-misc/rofi-calc/Manifest |  1 +
 x11-misc/rofi-calc/rofi-calc-1.6.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/x11-misc/rofi-calc/Manifest b/x11-misc/rofi-calc/Manifest
index 10d3a9cc37b..095c85464e9 100644
--- a/x11-misc/rofi-calc/Manifest
+++ b/x11-misc/rofi-calc/Manifest
@@ -1 +1,2 @@
 DIST rofi-calc-1.5.tar.gz 1693385 BLAKE2B 
7ff21873ee298c4295f2766917318796d6327959e63d99adc86857d2e05534e77062c9546ba8c6cf645a12ae46147e4583a61fc95dbc6953ee642449ff108d40
 SHA512 
04213b6489cd9e3c5085a88cee07ee9413819c19d4ee08f6e2eef3ad418d21b5acaf1d4ef21f1495d81694e5706f93598c91ada65f1bcc83ce94a6cf5d50ea0c
+DIST rofi-calc-1.6.tar.gz 1694150 BLAKE2B 
bc1f3a2589c0e704793693e0f007503d1b0eaa363f416f0d111709541f2960f0f5ab31d0eb129000e7f82af3d46ce0a52918cfbfc00d14292a839a40a0986bb0
 SHA512 
a87523d3d64fbd53e431dba7da674a213fcfbdcaac25906a19bc83aa3feb14da479b702b39fd58ffeb04198ea0a5d52808f7c9c36495defc99c9c83df963e0b6

diff --git a/x11-misc/rofi-calc/rofi-calc-1.6.ebuild 
b/x11-misc/rofi-calc/rofi-calc-1.6.ebuild
new file mode 100644
index 000..a267871cd50
--- /dev/null
+++ b/x11-misc/rofi-calc/rofi-calc-1.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Do live calculations in rofi!"
+HOMEPAGE="https://github.com/svenstaro/rofi-calc";
+SRC_URI="https://github.com/svenstaro/rofi-calc/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   x11-misc/rofi
+   >=sci-libs/libqalculate-2.0
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   eautoreconf -i
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi-calc/, app-arch/unar/

2020-04-17 Thread Joonas Niilola
commit: c5d822a3730402314d1f4be19054eef663ed3f18
Author: Robin Hallabro-Kokko  hallabro-kokko  se>
AuthorDate: Wed Apr 15 16:23:14 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr 17 07:35:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5d822a3

*/*: update proxy maintainers email address

Signed-off-by: Robin Hallabro-Kokko  hallabro-kokko.se>
Closes: https://github.com/gentoo/gentoo/pull/15360
Signed-off-by: Joonas Niilola  gentoo.org>

 app-arch/unar/metadata.xml  | 2 +-
 x11-misc/rofi-calc/metadata.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/unar/metadata.xml b/app-arch/unar/metadata.xml
index 3d219340e5c..cf071f3d1c1 100644
--- a/app-arch/unar/metadata.xml
+++ b/app-arch/unar/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
 
-ro...@hallabro.nu
+ro...@hallabro-kokko.se
 Robin Hallabro-Kokko
 
 

diff --git a/x11-misc/rofi-calc/metadata.xml b/x11-misc/rofi-calc/metadata.xml
index 08400951b2b..300495cc81c 100644
--- a/x11-misc/rofi-calc/metadata.xml
+++ b/x11-misc/rofi-calc/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   ro...@hallabro.nu
+   ro...@hallabro-kokko.se
Robin Hallabro-Kokko





[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2020-01-22 Thread Jeroen Roovers
commit: 06eb1b02898ab03573082232ca8ef2f3d619a492
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jan 22 11:46:49 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jan 22 11:47:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06eb1b02

x11-misc/rofi: Old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/rofi/Manifest |  2 --
 x11-misc/rofi/rofi-1.5.2-r1.ebuild | 55 --
 x11-misc/rofi/rofi-1.5.3-r1.ebuild | 55 --
 3 files changed, 112 deletions(-)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index ad523612c0a..d793eeb10de 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,3 +1 @@
-DIST rofi-1.5.2.tar.xz 377732 BLAKE2B 
560c5a4d30d143cbb5ca9030086d614a8f56a5e17b75c1b3f3a2e57bbd16de304b733bc4fd6093e716c993051e238811e9e65ffbf165d2ae4723f0bde1b15b42
 SHA512 
8fbbcaa040148d204878380f7cb96fa31228f72b68a97a5bcf8d8cd69740f6b185f5e5d2bc2e1d35e267a84b21576eb356c33be827fd1b767460665493360c16
-DIST rofi-1.5.3.tar.xz 383016 BLAKE2B 
8898af3df161b668b506e5d56a031081c911efc2be37f2dc687e068b58afe906cf9d4186bb166fa953de98eb758d4d125443c6122ccd5c2a861b25cd0473f70c
 SHA512 
6dc4b3c2818f4606e42e8185032788d40c4dae9e67596b3b7f767e8f6ca2963b85602baa4287474520ecdb8e333ae211fce5e7252f3b95e0f90b862040aad117
 DIST rofi-1.5.4.tar.gz 535259 BLAKE2B 
8560dfee631c66a6f2178c0af6926ef317ed6d2cfe3ae46264e5b1ce429113ce810e4fed4c86a81acbbd51c85ad2593f40a39d982d7da0aa8ccc55537cadd2bb
 SHA512 
181dedb0905bfab76f7ad313d299f4c80ee4efb11a2c6345b16044b7fb3f54bc7e304ee9352e562932e55108e328e5f6bd2c1d7fd9bcdec3d8022c2dc4f8d394

diff --git a/x11-misc/rofi/rofi-1.5.2-r1.ebuild 
b/x11-misc/rofi/rofi-1.5.2-r1.ebuild
deleted file mode 100644
index 5e2e6bf96b4..000
--- a/x11-misc/rofi/rofi-1.5.2-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools toolchain-funcs
-
-DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://github.com/davatorium/rofi";
-SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test windowmode"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-libs/glib:2
-   gnome-base/librsvg:2
-   media-libs/freetype
-   x11-libs/cairo[X,xcb(+)]
-   x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/libxcb
-   x11-libs/libxkbcommon[X]
-   x11-libs/pango[X]
-   x11-libs/startup-notification
-   x11-libs/xcb-util
-   x11-libs/xcb-util-wm
-   x11-libs/xcb-util-xrm
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-   x11-base/xorg-proto
-   test? ( >=dev-libs/check-0.11 )
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
-   "${FILESDIR}"/${PN}-1.5.0-gtk-settings-test.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_configure() {
-   tc-export CC
-
-   econf \
-   $(use_enable test check) \
-   $(use_enable windowmode)
-}

diff --git a/x11-misc/rofi/rofi-1.5.3-r1.ebuild 
b/x11-misc/rofi/rofi-1.5.3-r1.ebuild
deleted file mode 100644
index 22201929529..000
--- a/x11-misc/rofi/rofi-1.5.3-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools toolchain-funcs
-
-DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://github.com/davatorium/rofi";
-SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="test windowmode"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-libs/glib:2
-   gnome-base/librsvg:2
-   media-libs/freetype
-   x11-libs/cairo[X,xcb(+)]
-   x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/libxcb
-   x11-libs/libxkbcommon[X]
-   x11-libs/pango[X]
-   x11-libs/startup-notification
-   x11-libs/xcb-util
-   x11-libs/xcb-util-wm
-   x11-libs/xcb-util-xrm
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-   x11-base/xorg-proto
-   test? ( >=dev-libs/check-0.11 )
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
-   "${FILESDIR}"/${PN}-1.5.0-gtk-settings-test.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_configure() {
-   tc-export CC
-
-   econf \
-   $(use_enable test check) \
-   $(use_enable windowmode)
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2020-01-22 Thread Jeroen Roovers
commit: a23efbea1ffb1be96e03029c4e3543f95d28829f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jan 22 11:14:06 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jan 22 11:47:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a23efbea

x11-misc/rofi: Stable

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/rofi/rofi-1.5.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/rofi/rofi-1.5.4-r1.ebuild 
b/x11-misc/rofi/rofi-1.5.4-r1.ebuild
index 11a4a5097e3..6d0d5474b2b 100644
--- a/x11-misc/rofi/rofi-1.5.4-r1.ebuild
+++ b/x11-misc/rofi/rofi-1.5.4-r1.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
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test windowmode"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2020-01-14 Thread Matt Turner
commit: 612424b856ba5bd7d25024eda2fa08f549e4f352
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jan 14 22:39:47 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan 14 22:47:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=612424b8

x11-misc/rofi: Update x11-libs/cairo dependency

Signed-off-by: Matt Turner  gentoo.org>

 x11-misc/rofi/{rofi-1.5.2.ebuild => rofi-1.5.2-r1.ebuild} | 2 +-
 x11-misc/rofi/{rofi-1.5.3.ebuild => rofi-1.5.3-r1.ebuild} | 2 +-
 x11-misc/rofi/{rofi-1.5.4.ebuild => rofi-1.5.4-r1.ebuild} | 2 +-
 x11-misc/rofi/rofi-9.ebuild   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-misc/rofi/rofi-1.5.2.ebuild 
b/x11-misc/rofi/rofi-1.5.2-r1.ebuild
similarity index 97%
rename from x11-misc/rofi/rofi-1.5.2.ebuild
rename to x11-misc/rofi/rofi-1.5.2-r1.ebuild
index 6dd8cae7500..5e2e6bf96b4 100644
--- a/x11-misc/rofi/rofi-1.5.2.ebuild
+++ b/x11-misc/rofi/rofi-1.5.2-r1.ebuild
@@ -18,7 +18,7 @@ RDEPEND="
dev-libs/glib:2
gnome-base/librsvg:2
media-libs/freetype
-   x11-libs/cairo[xcb]
+   x11-libs/cairo[X,xcb(+)]
x11-libs/libXft
x11-libs/libXinerama
x11-libs/libxcb

diff --git a/x11-misc/rofi/rofi-1.5.3.ebuild 
b/x11-misc/rofi/rofi-1.5.3-r1.ebuild
similarity index 97%
rename from x11-misc/rofi/rofi-1.5.3.ebuild
rename to x11-misc/rofi/rofi-1.5.3-r1.ebuild
index 4c41c7076d4..22201929529 100644
--- a/x11-misc/rofi/rofi-1.5.3.ebuild
+++ b/x11-misc/rofi/rofi-1.5.3-r1.ebuild
@@ -18,7 +18,7 @@ RDEPEND="
dev-libs/glib:2
gnome-base/librsvg:2
media-libs/freetype
-   x11-libs/cairo[xcb]
+   x11-libs/cairo[X,xcb(+)]
x11-libs/libXft
x11-libs/libXinerama
x11-libs/libxcb

diff --git a/x11-misc/rofi/rofi-1.5.4.ebuild 
b/x11-misc/rofi/rofi-1.5.4-r1.ebuild
similarity index 97%
rename from x11-misc/rofi/rofi-1.5.4.ebuild
rename to x11-misc/rofi/rofi-1.5.4-r1.ebuild
index 70b66656960..11a4a5097e3 100644
--- a/x11-misc/rofi/rofi-1.5.4.ebuild
+++ b/x11-misc/rofi/rofi-1.5.4-r1.ebuild
@@ -18,7 +18,7 @@ RDEPEND="
dev-libs/glib:2
gnome-base/librsvg:2
media-libs/freetype
-   x11-libs/cairo[xcb]
+   x11-libs/cairo[X,xcb(+)]
x11-libs/libXft
x11-libs/libXinerama
x11-libs/libxcb

diff --git a/x11-misc/rofi/rofi-9.ebuild b/x11-misc/rofi/rofi-9.ebuild
index 7c75876f43e..4af827b6778 100644
--- a/x11-misc/rofi/rofi-9.ebuild
+++ b/x11-misc/rofi/rofi-9.ebuild
@@ -18,7 +18,7 @@ RDEPEND="
dev-libs/glib:2
gnome-base/librsvg:2
media-libs/freetype
-   x11-libs/cairo[xcb]
+   x11-libs/cairo[X,xcb(+)]
x11-libs/libXft
x11-libs/libXinerama
x11-libs/libxcb



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2020-01-13 Thread David Seifert
commit: 77b90f3ed91e4e4bf147bba93e5bf0a0a96437b6
Author: David Seifert  gentoo  org>
AuthorDate: Mon Jan 13 10:06:46 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Jan 13 10:06:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77b90f3e

x11-misc/rofi: [QA] Fix HomepageInSrcUri

Signed-off-by: David Seifert  gentoo.org>

 x11-misc/rofi/rofi-1.5.2.ebuild | 2 +-
 x11-misc/rofi/rofi-1.5.3.ebuild | 2 +-
 x11-misc/rofi/rofi-1.5.4.ebuild | 2 +-
 x11-misc/rofi/rofi-9.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-misc/rofi/rofi-1.5.2.ebuild b/x11-misc/rofi/rofi-1.5.2.ebuild
index 0c49e367f50..6dd8cae7500 100644
--- a/x11-misc/rofi/rofi-1.5.2.ebuild
+++ b/x11-misc/rofi/rofi-1.5.2.ebuild
@@ -6,7 +6,7 @@ inherit autotools toolchain-funcs
 
 DESCRIPTION="A window switcher, run dialog and dmenu replacement"
 HOMEPAGE="https://github.com/davatorium/rofi";
-SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
+SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz";
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/x11-misc/rofi/rofi-1.5.3.ebuild b/x11-misc/rofi/rofi-1.5.3.ebuild
index b6894cba5a9..4c41c7076d4 100644
--- a/x11-misc/rofi/rofi-1.5.3.ebuild
+++ b/x11-misc/rofi/rofi-1.5.3.ebuild
@@ -6,7 +6,7 @@ inherit autotools toolchain-funcs
 
 DESCRIPTION="A window switcher, run dialog and dmenu replacement"
 HOMEPAGE="https://github.com/davatorium/rofi";
-SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
+SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz";
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/x11-misc/rofi/rofi-1.5.4.ebuild b/x11-misc/rofi/rofi-1.5.4.ebuild
index ba83a26d19f..70b66656960 100644
--- a/x11-misc/rofi/rofi-1.5.4.ebuild
+++ b/x11-misc/rofi/rofi-1.5.4.ebuild
@@ -6,7 +6,7 @@ inherit autotools toolchain-funcs
 
 DESCRIPTION="A window switcher, run dialog and dmenu replacement"
 HOMEPAGE="https://github.com/davatorium/rofi";
-SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.gz"
+SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/x11-misc/rofi/rofi-9.ebuild b/x11-misc/rofi/rofi-9.ebuild
index 04b40fd1fc7..7c75876f43e 100644
--- a/x11-misc/rofi/rofi-9.ebuild
+++ b/x11-misc/rofi/rofi-9.ebuild
@@ -6,7 +6,7 @@ inherit autotools git-r3 toolchain-funcs
 
 DESCRIPTION="A window switcher, run dialog and dmenu replacement"
 HOMEPAGE="https://github.com/davatorium/rofi";
-EGIT_REPO_URI="${HOMEPAGE}"
+EGIT_REPO_URI="https://github.com/davatorium/rofi";
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi-calc/

2020-01-06 Thread Joonas Niilola
commit: ad76d4caa79d2b23bd258ea18f065e2631c73cf1
Author: Robin Hallabro-Kokko  hallabro  nu>
AuthorDate: Mon Jan  6 13:04:41 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Jan  7 03:55:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad76d4ca

x11-misc/rofi-calc: new ebuild

rofi-calc is a rofi (x11-misc/rofi) plugin that uses libqalculate's
qalc to parse natural language input and provide results.

Closes: https://bugs.gentoo.org/704864
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Robin Hallabro-Kokko  hallabro.nu>
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-misc/rofi-calc/Manifest  |  1 +
 x11-misc/rofi-calc/metadata.xml  | 12 
 x11-misc/rofi-calc/rofi-calc-1.5.ebuild  | 26 ++
 x11-misc/rofi-calc/rofi-calc-.ebuild | 27 +++
 4 files changed, 66 insertions(+)

diff --git a/x11-misc/rofi-calc/Manifest b/x11-misc/rofi-calc/Manifest
new file mode 100644
index 000..10d3a9cc37b
--- /dev/null
+++ b/x11-misc/rofi-calc/Manifest
@@ -0,0 +1 @@
+DIST rofi-calc-1.5.tar.gz 1693385 BLAKE2B 
7ff21873ee298c4295f2766917318796d6327959e63d99adc86857d2e05534e77062c9546ba8c6cf645a12ae46147e4583a61fc95dbc6953ee642449ff108d40
 SHA512 
04213b6489cd9e3c5085a88cee07ee9413819c19d4ee08f6e2eef3ad418d21b5acaf1d4ef21f1495d81694e5706f93598c91ada65f1bcc83ce94a6cf5d50ea0c

diff --git a/x11-misc/rofi-calc/metadata.xml b/x11-misc/rofi-calc/metadata.xml
new file mode 100644
index 000..08400951b2b
--- /dev/null
+++ b/x11-misc/rofi-calc/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ro...@hallabro.nu
+   Robin Hallabro-Kokko
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+

diff --git a/x11-misc/rofi-calc/rofi-calc-1.5.ebuild 
b/x11-misc/rofi-calc/rofi-calc-1.5.ebuild
new file mode 100644
index 000..a267871cd50
--- /dev/null
+++ b/x11-misc/rofi-calc/rofi-calc-1.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Do live calculations in rofi!"
+HOMEPAGE="https://github.com/svenstaro/rofi-calc";
+SRC_URI="https://github.com/svenstaro/rofi-calc/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   x11-misc/rofi
+   >=sci-libs/libqalculate-2.0
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   eautoreconf -i
+}

diff --git a/x11-misc/rofi-calc/rofi-calc-.ebuild 
b/x11-misc/rofi-calc/rofi-calc-.ebuild
new file mode 100644
index 000..c70193f7e11
--- /dev/null
+++ b/x11-misc/rofi-calc/rofi-calc-.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3 autotools
+
+DESCRIPTION="Do live calculations in rofi!"
+HOMEPAGE="https://github.com/svenstaro/rofi-calc";
+SRC_URI=""
+EGIT_REPO_URI="https://github.com/svenstaro/rofi-calc.git";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+   x11-misc/rofi
+   >=sci-libs/libqalculate-2.0
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   eautoreconf -i
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2019-06-27 Thread Jeroen Roovers
commit: 7e9f67d9c6d9de0c1c8671fb9cc6995054cf8694
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jun 27 08:07:14 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jun 27 08:07:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e9f67d9

x11-misc/rofi: Version 1.5.4

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/rofi/Manifest  |  1 +
 x11-misc/rofi/rofi-1.5.4.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index 5b9c70f5e46..ad523612c0a 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,2 +1,3 @@
 DIST rofi-1.5.2.tar.xz 377732 BLAKE2B 
560c5a4d30d143cbb5ca9030086d614a8f56a5e17b75c1b3f3a2e57bbd16de304b733bc4fd6093e716c993051e238811e9e65ffbf165d2ae4723f0bde1b15b42
 SHA512 
8fbbcaa040148d204878380f7cb96fa31228f72b68a97a5bcf8d8cd69740f6b185f5e5d2bc2e1d35e267a84b21576eb356c33be827fd1b767460665493360c16
 DIST rofi-1.5.3.tar.xz 383016 BLAKE2B 
8898af3df161b668b506e5d56a031081c911efc2be37f2dc687e068b58afe906cf9d4186bb166fa953de98eb758d4d125443c6122ccd5c2a861b25cd0473f70c
 SHA512 
6dc4b3c2818f4606e42e8185032788d40c4dae9e67596b3b7f767e8f6ca2963b85602baa4287474520ecdb8e333ae211fce5e7252f3b95e0f90b862040aad117
+DIST rofi-1.5.4.tar.gz 535259 BLAKE2B 
8560dfee631c66a6f2178c0af6926ef317ed6d2cfe3ae46264e5b1ce429113ce810e4fed4c86a81acbbd51c85ad2593f40a39d982d7da0aa8ccc55537cadd2bb
 SHA512 
181dedb0905bfab76f7ad313d299f4c80ee4efb11a2c6345b16044b7fb3f54bc7e304ee9352e562932e55108e328e5f6bd2c1d7fd9bcdec3d8022c2dc4f8d394

diff --git a/x11-misc/rofi/rofi-1.5.4.ebuild b/x11-misc/rofi/rofi-1.5.4.ebuild
new file mode 100644
index 000..bd6bafcb779
--- /dev/null
+++ b/x11-misc/rofi/rofi-1.5.4.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools toolchain-funcs
+
+DESCRIPTION="A window switcher, run dialog and dmenu replacement"
+HOMEPAGE="https://github.com/davatorium/rofi";
+SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test windowmode"
+
+RDEPEND="
+   dev-libs/glib:2
+   gnome-base/librsvg:2
+   media-libs/freetype
+   x11-libs/cairo[xcb]
+   x11-libs/libXft
+   x11-libs/libXinerama
+   x11-libs/libxcb
+   x11-libs/libxkbcommon[X]
+   x11-libs/pango[X]
+   x11-libs/startup-notification
+   x11-libs/xcb-util
+   x11-libs/xcb-util-wm
+   x11-libs/xcb-util-xrm
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   x11-base/xorg-proto
+   test? ( >=dev-libs/check-0.11 )
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
+   "${FILESDIR}"/${PN}-1.5.0-gtk-settings-test.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   tc-export CC
+
+   econf \
+   $(use_enable test check) \
+   $(use_enable windowmode)
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2019-06-23 Thread Jeroen Roovers
commit: ad61db8b42c2929f635b5ead4b0e28c199665ac1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jun 23 13:40:51 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jun 23 13:40:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad61db8b

x11-misc/rofi: Version 1.5.3

Package-Manager: Portage-2.3.67, Repoman-2.3.15
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/rofi/Manifest  |  1 +
 x11-misc/rofi/rofi-1.5.3.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index bd9ba727eeb..5b9c70f5e46 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1 +1,2 @@
 DIST rofi-1.5.2.tar.xz 377732 BLAKE2B 
560c5a4d30d143cbb5ca9030086d614a8f56a5e17b75c1b3f3a2e57bbd16de304b733bc4fd6093e716c993051e238811e9e65ffbf165d2ae4723f0bde1b15b42
 SHA512 
8fbbcaa040148d204878380f7cb96fa31228f72b68a97a5bcf8d8cd69740f6b185f5e5d2bc2e1d35e267a84b21576eb356c33be827fd1b767460665493360c16
+DIST rofi-1.5.3.tar.xz 383016 BLAKE2B 
8898af3df161b668b506e5d56a031081c911efc2be37f2dc687e068b58afe906cf9d4186bb166fa953de98eb758d4d125443c6122ccd5c2a861b25cd0473f70c
 SHA512 
6dc4b3c2818f4606e42e8185032788d40c4dae9e67596b3b7f767e8f6ca2963b85602baa4287474520ecdb8e333ae211fce5e7252f3b95e0f90b862040aad117

diff --git a/x11-misc/rofi/rofi-1.5.3.ebuild b/x11-misc/rofi/rofi-1.5.3.ebuild
new file mode 100644
index 000..5c664f0c427
--- /dev/null
+++ b/x11-misc/rofi/rofi-1.5.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools toolchain-funcs
+
+DESCRIPTION="A window switcher, run dialog and dmenu replacement"
+HOMEPAGE="https://github.com/davatorium/rofi";
+SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test windowmode"
+
+RDEPEND="
+   dev-libs/glib:2
+   gnome-base/librsvg:2
+   media-libs/freetype
+   x11-libs/cairo[xcb]
+   x11-libs/libXft
+   x11-libs/libXinerama
+   x11-libs/libxcb
+   x11-libs/libxkbcommon[X]
+   x11-libs/pango[X]
+   x11-libs/startup-notification
+   x11-libs/xcb-util
+   x11-libs/xcb-util-wm
+   x11-libs/xcb-util-xrm
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   x11-base/xorg-proto
+   test? ( >=dev-libs/check-0.11 )
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
+   "${FILESDIR}"/${PN}-1.5.0-gtk-settings-test.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   tc-export CC
+
+   econf \
+   $(use_enable test check) \
+   $(use_enable windowmode)
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2019-05-03 Thread Jeroen Roovers
commit: e3d131a02e70ca6e9c92b2ccedd81c6177855340
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri May  3 15:48:27 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri May  3 15:52:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d131a0

x11-misc/rofi: Stable

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/rofi/rofi-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/rofi/rofi-1.5.2.ebuild b/x11-misc/rofi/rofi-1.5.2.ebuild
index 5c664f0c427..28358e44e20 100644
--- a/x11-misc/rofi/rofi-1.5.2.ebuild
+++ b/x11-misc/rofi/rofi-1.5.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test windowmode"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2019-05-03 Thread Jeroen Roovers
commit: 3efccd380fbaa50193a6b49559edbe58be71f2be
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri May  3 15:49:07 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri May  3 15:52:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3efccd38

x11-misc/rofi: Old

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/rofi/Manifest  |  1 -
 x11-misc/rofi/rofi-1.5.1.ebuild | 58 -
 2 files changed, 59 deletions(-)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index 35e706c3700..bd9ba727eeb 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,2 +1 @@
-DIST rofi-1.5.1.tar.xz 355912 BLAKE2B 
710a35ab82bf960b331431be3cc3acfb5cc27b42d7fa8b02e8c070918679b90612d89f600a6e58215bc0a08dcb60087ea37a5498fa8c4ac39d246d5967f0b314
 SHA512 
32074e931199ff1529ebab8fef53d339eab09843888f862953b7d661323484ebe66d820feecc42604a16bd683a5af1ec4d1a2e7f097f408efed6cfe91c4eb5ff
 DIST rofi-1.5.2.tar.xz 377732 BLAKE2B 
560c5a4d30d143cbb5ca9030086d614a8f56a5e17b75c1b3f3a2e57bbd16de304b733bc4fd6093e716c993051e238811e9e65ffbf165d2ae4723f0bde1b15b42
 SHA512 
8fbbcaa040148d204878380f7cb96fa31228f72b68a97a5bcf8d8cd69740f6b185f5e5d2bc2e1d35e267a84b21576eb356c33be827fd1b767460665493360c16

diff --git a/x11-misc/rofi/rofi-1.5.1.ebuild b/x11-misc/rofi/rofi-1.5.1.ebuild
deleted file mode 100644
index 0bce2c86cd2..000
--- a/x11-misc/rofi/rofi-1.5.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools toolchain-funcs
-
-DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://github.com/davatorium/rofi";
-SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test windowmode"
-
-RDEPEND="
-   dev-libs/glib:2
-   gnome-base/librsvg:2
-   media-libs/freetype
-   x11-libs/cairo[xcb]
-   x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/libxcb
-   x11-libs/libxkbcommon[X]
-   x11-libs/pango[X]
-   x11-libs/startup-notification
-   x11-libs/xcb-util
-   x11-libs/xcb-util-wm
-   x11-libs/xcb-util-xrm
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-   x11-base/xorg-proto
-   test? ( >=dev-libs/check-0.11 )
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
-   "${FILESDIR}"/${PN}-1.5.0-gtk-settings-test.patch
-)
-
-src_prepare() {
-   if use test; then
-   sed -i -e 's|"/tmp/rofi-test.pid"|"'"$T"'/rofi-test.pid"|g' 
test/helper-pidfile.c || die
-   fi
-
-   default
-
-   eautoreconf
-}
-
-src_configure() {
-   tc-export CC
-
-   econf \
-   $(use_enable test check) \
-   $(use_enable windowmode)
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2019-04-04 Thread Jeroen Roovers
commit: 267fb082405d8edad6f79c883470bf66ef3152c7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Apr  4 13:30:16 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Apr  4 13:32:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=267fb082

x11-misc/rofi: Update HOMEPAGE

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

 x11-misc/rofi/rofi-1.5.1.ebuild | 4 ++--
 x11-misc/rofi/rofi-1.5.2.ebuild | 2 +-
 x11-misc/rofi/rofi-9.ebuild | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-misc/rofi/rofi-1.5.1.ebuild b/x11-misc/rofi/rofi-1.5.1.ebuild
index 52addfae154..0bce2c86cd2 100644
--- a/x11-misc/rofi/rofi-1.5.1.ebuild
+++ b/x11-misc/rofi/rofi-1.5.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit autotools toolchain-funcs
 
 DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://github.com/DaveDavenport/rofi/";
+HOMEPAGE="https://github.com/davatorium/rofi";
 SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
 
 LICENSE="MIT"

diff --git a/x11-misc/rofi/rofi-1.5.2.ebuild b/x11-misc/rofi/rofi-1.5.2.ebuild
index ffb4b7ff5d3..5c664f0c427 100644
--- a/x11-misc/rofi/rofi-1.5.2.ebuild
+++ b/x11-misc/rofi/rofi-1.5.2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 inherit autotools toolchain-funcs
 
 DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://github.com/DaveDavenport/rofi/";
+HOMEPAGE="https://github.com/davatorium/rofi";
 SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
 
 LICENSE="MIT"

diff --git a/x11-misc/rofi/rofi-9.ebuild b/x11-misc/rofi/rofi-9.ebuild
index 8533b2dbdb9..20cc98b76c5 100644
--- a/x11-misc/rofi/rofi-9.ebuild
+++ b/x11-misc/rofi/rofi-9.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 inherit autotools git-r3 toolchain-funcs
 
 DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://github.com/DaveDavenport/rofi/";
+HOMEPAGE="https://github.com/davatorium/rofi";
 EGIT_REPO_URI="${HOMEPAGE}"
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2019-01-01 Thread Jeroen Roovers
commit: 9daf75a6a9a064eaa607ad190b4a9e3ea59c7eef
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jan  2 00:25:50 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jan  2 00:30:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9daf75a6

x11-misc/rofi: Add live ebuild

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/rofi/rofi-9.ebuild | 54 +
 1 file changed, 54 insertions(+)

diff --git a/x11-misc/rofi/rofi-9.ebuild b/x11-misc/rofi/rofi-9.ebuild
new file mode 100644
index 000..8533b2dbdb9
--- /dev/null
+++ b/x11-misc/rofi/rofi-9.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools git-r3 toolchain-funcs
+
+DESCRIPTION="A window switcher, run dialog and dmenu replacement"
+HOMEPAGE="https://github.com/DaveDavenport/rofi/";
+EGIT_REPO_URI="${HOMEPAGE}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE="test windowmode"
+
+RDEPEND="
+   dev-libs/glib:2
+   gnome-base/librsvg:2
+   media-libs/freetype
+   x11-libs/cairo[xcb]
+   x11-libs/libXft
+   x11-libs/libXinerama
+   x11-libs/libxcb
+   x11-libs/libxkbcommon[X]
+   x11-libs/pango[X]
+   x11-libs/startup-notification
+   x11-libs/xcb-util
+   x11-libs/xcb-util-wm
+   x11-libs/xcb-util-xrm
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   x11-base/xorg-proto
+   test? ( >=dev-libs/check-0.11 )
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
+   "${FILESDIR}"/${PN}-1.5.0-gtk-settings-test.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   tc-export CC
+
+   econf \
+   $(use_enable test check) \
+   $(use_enable windowmode)
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2019-01-01 Thread Jeroen Roovers
commit: 37b79f072258cf93b750e7547aca41e90b6e515f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jan  2 00:24:31 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jan  2 00:30:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b79f07

x11-misc/rofi: Version 1.5.2

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/rofi/Manifest  |  1 +
 x11-misc/rofi/rofi-1.5.2.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index eb70f848369..35e706c3700 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1 +1,2 @@
 DIST rofi-1.5.1.tar.xz 355912 BLAKE2B 
710a35ab82bf960b331431be3cc3acfb5cc27b42d7fa8b02e8c070918679b90612d89f600a6e58215bc0a08dcb60087ea37a5498fa8c4ac39d246d5967f0b314
 SHA512 
32074e931199ff1529ebab8fef53d339eab09843888f862953b7d661323484ebe66d820feecc42604a16bd683a5af1ec4d1a2e7f097f408efed6cfe91c4eb5ff
+DIST rofi-1.5.2.tar.xz 377732 BLAKE2B 
560c5a4d30d143cbb5ca9030086d614a8f56a5e17b75c1b3f3a2e57bbd16de304b733bc4fd6093e716c993051e238811e9e65ffbf165d2ae4723f0bde1b15b42
 SHA512 
8fbbcaa040148d204878380f7cb96fa31228f72b68a97a5bcf8d8cd69740f6b185f5e5d2bc2e1d35e267a84b21576eb356c33be827fd1b767460665493360c16

diff --git a/x11-misc/rofi/rofi-1.5.2.ebuild b/x11-misc/rofi/rofi-1.5.2.ebuild
new file mode 100644
index 000..ffb4b7ff5d3
--- /dev/null
+++ b/x11-misc/rofi/rofi-1.5.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools toolchain-funcs
+
+DESCRIPTION="A window switcher, run dialog and dmenu replacement"
+HOMEPAGE="https://github.com/DaveDavenport/rofi/";
+SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test windowmode"
+
+RDEPEND="
+   dev-libs/glib:2
+   gnome-base/librsvg:2
+   media-libs/freetype
+   x11-libs/cairo[xcb]
+   x11-libs/libXft
+   x11-libs/libXinerama
+   x11-libs/libxcb
+   x11-libs/libxkbcommon[X]
+   x11-libs/pango[X]
+   x11-libs/startup-notification
+   x11-libs/xcb-util
+   x11-libs/xcb-util-wm
+   x11-libs/xcb-util-xrm
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   x11-base/xorg-proto
+   test? ( >=dev-libs/check-0.11 )
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
+   "${FILESDIR}"/${PN}-1.5.0-gtk-settings-test.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   tc-export CC
+
+   econf \
+   $(use_enable test check) \
+   $(use_enable windowmode)
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2018-06-25 Thread Johannes Huber
commit: f3e606997571171e6c8d7b9cfa6e3d0a7b7fd20c
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jun 26 06:49:50 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jun 26 06:49:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3e60699

x11-misc/rofi: Remove 1.3.1

Overshadowed by 1.5.1.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/rofi/Manifest  |  1 -
 x11-misc/rofi/rofi-1.3.1.ebuild | 54 -
 2 files changed, 55 deletions(-)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index da8220d05b9..eb70f848369 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,2 +1 @@
-DIST rofi-1.3.1.tar.xz 211732 BLAKE2B 
60a217a47c547b1e59632356f4ddcb37144364a990974cbc013c53b21eae04e9568cc39e2ba6d2ea681501582910fb685bcb865cf011be0b2f00d986f4317c3e
 SHA512 
a96c53ad268883277c4ff0ee3267ff7fab4d4a93a982019ce19ea82771b65c32d56216d777494853bffd18481400af72ed777f88cce4b26d7d1b8980a997f6c6
 DIST rofi-1.5.1.tar.xz 355912 BLAKE2B 
710a35ab82bf960b331431be3cc3acfb5cc27b42d7fa8b02e8c070918679b90612d89f600a6e58215bc0a08dcb60087ea37a5498fa8c4ac39d246d5967f0b314
 SHA512 
32074e931199ff1529ebab8fef53d339eab09843888f862953b7d661323484ebe66d820feecc42604a16bd683a5af1ec4d1a2e7f097f408efed6cfe91c4eb5ff

diff --git a/x11-misc/rofi/rofi-1.3.1.ebuild b/x11-misc/rofi/rofi-1.3.1.ebuild
deleted file mode 100644
index 6d2181a3917..000
--- a/x11-misc/rofi/rofi-1.3.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools toolchain-funcs
-
-DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://davedavenport.github.io/rofi/";
-SRC_URI="https://github.com/DaveDavenport/${PN}/releases/download/${PV}/${P}.tar.xz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="windowmode"
-
-RDEPEND="
-   dev-libs/glib:2
-   media-libs/freetype
-   x11-libs/cairo[xcb]
-   x11-libs/libX11
-   x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/libxcb
-   x11-libs/libxkbcommon[X]
-   x11-libs/pango[X]
-   x11-libs/startup-notification
-   x11-libs/xcb-util
-   x11-libs/xcb-util-wm
-   x11-libs/xcb-util-xrm
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-   x11-base/xorg-proto
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_configure() {
-   tc-export CC
-   econf \
-   $(use_enable windowmode)
-}
-
-src_test() {
-   emake test
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2018-06-25 Thread Thomas Deutschmann
commit: 11dec6b1910b72a52137bdeb34e6d83c017ffc2d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jun 25 22:58:27 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jun 25 23:20:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11dec6b1

x11-misc/rofi: x86 stable (bug #645402)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/rofi/rofi-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/rofi/rofi-1.5.1.ebuild b/x11-misc/rofi/rofi-1.5.1.ebuild
index 1d082485acf..52addfae154 100644
--- a/x11-misc/rofi/rofi-1.5.1.ebuild
+++ b/x11-misc/rofi/rofi-1.5.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test windowmode"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2018-06-23 Thread Mikle Kolyada
commit: adef0b616bff23e65e2de5a8af3632a0ce117cdf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 23 18:44:28 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 23 18:44:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adef0b61

x11-misc/rofi: amd64 stable wrt bug #645402

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/rofi/rofi-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/rofi/rofi-1.5.1.ebuild b/x11-misc/rofi/rofi-1.5.1.ebuild
index d9dffef044c..1d082485acf 100644
--- a/x11-misc/rofi/rofi-1.5.1.ebuild
+++ b/x11-misc/rofi/rofi-1.5.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="test windowmode"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2018-06-23 Thread Johannes Huber
commit: c6d0cc0a1283b945b7083bf3c0b9d47326e07f42
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Jun 23 09:39:28 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jun 23 09:39:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d0cc0a

x11-misc/rofi: Remove 1.5.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/rofi/Manifest  |  1 -
 x11-misc/rofi/rofi-1.5.0.ebuild | 58 -
 2 files changed, 59 deletions(-)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index cba38d32bf6..da8220d05b9 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,3 +1,2 @@
 DIST rofi-1.3.1.tar.xz 211732 BLAKE2B 
60a217a47c547b1e59632356f4ddcb37144364a990974cbc013c53b21eae04e9568cc39e2ba6d2ea681501582910fb685bcb865cf011be0b2f00d986f4317c3e
 SHA512 
a96c53ad268883277c4ff0ee3267ff7fab4d4a93a982019ce19ea82771b65c32d56216d777494853bffd18481400af72ed777f88cce4b26d7d1b8980a997f6c6
-DIST rofi-1.5.0.tar.xz 354232 BLAKE2B 
2478902542b994ba06c4d436fa9436659366e2416e1a7a3ddd9a48e84d397faff963a4ac0c1bb1011a5f8a8440d1fc257377d28f556a60dc264b29eadadf5c7e
 SHA512 
f24f93224f38e009307912dec19182a04b36a9ac88b26a8657d853cc040e1a59837a56a3e8ff08aa34143f455b5030c73fc28ced96123f3bc7e3943582aee81c
 DIST rofi-1.5.1.tar.xz 355912 BLAKE2B 
710a35ab82bf960b331431be3cc3acfb5cc27b42d7fa8b02e8c070918679b90612d89f600a6e58215bc0a08dcb60087ea37a5498fa8c4ac39d246d5967f0b314
 SHA512 
32074e931199ff1529ebab8fef53d339eab09843888f862953b7d661323484ebe66d820feecc42604a16bd683a5af1ec4d1a2e7f097f408efed6cfe91c4eb5ff

diff --git a/x11-misc/rofi/rofi-1.5.0.ebuild b/x11-misc/rofi/rofi-1.5.0.ebuild
deleted file mode 100644
index dc85085b314..000
--- a/x11-misc/rofi/rofi-1.5.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools toolchain-funcs
-
-DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://github.com/DaveDavenport/rofi/";
-SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test windowmode"
-
-RDEPEND="
-   dev-libs/glib:2
-   gnome-base/librsvg:2
-   media-libs/freetype
-   x11-libs/cairo[xcb]
-   x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/libxcb
-   x11-libs/libxkbcommon[X]
-   x11-libs/pango[X]
-   x11-libs/startup-notification
-   x11-libs/xcb-util
-   x11-libs/xcb-util-wm
-   x11-libs/xcb-util-xrm
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-   x11-base/xorg-proto
-   test? ( >=dev-libs/check-0.11 )
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
-   "${FILESDIR}"/${PN}-1.5.0-gtk-settings-test.patch
-)
-
-src_prepare() {
-   if use test; then
-   sed -i -e 's|"/tmp/rofi-test.pid"|"'"$T"'/rofi-test.pid"|g' 
test/helper-pidfile.c || die
-   fi
-
-   default
-
-   eautoreconf
-}
-
-src_configure() {
-   tc-export CC
-
-   econf \
-   $(use_enable test check) \
-   $(use_enable windowmode)
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2018-06-04 Thread Mart Raudsepp
commit: 94ddd1547720894790b50465cee44bc5a2dd1eda
Author: Alex Bennée  linaro  org>
AuthorDate: Fri Jun  1 09:16:00 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jun  4 18:57:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ddd154

x11-misc/rofi: add ~arm64 keyword

 x11-misc/rofi/rofi-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/rofi/rofi-1.5.1.ebuild b/x11-misc/rofi/rofi-1.5.1.ebuild
index dc85085b314..d9dffef044c 100644
--- a/x11-misc/rofi/rofi-1.5.1.ebuild
+++ b/x11-misc/rofi/rofi-1.5.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="test windowmode"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2018-04-12 Thread Jeroen Roovers
commit: 96bc72d4735beaea44953648c52411ec56a4e07e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Apr 12 16:11:42 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Apr 12 16:17:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96bc72d4

x11-misc/rofi: RDEPEND on gnome-base/librsvg:2.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 x11-misc/rofi/rofi-1.5.0.ebuild | 1 +
 x11-misc/rofi/rofi-1.5.1.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/x11-misc/rofi/rofi-1.5.0.ebuild b/x11-misc/rofi/rofi-1.5.0.ebuild
index b1d04b298f2..b0ce40db61f 100644
--- a/x11-misc/rofi/rofi-1.5.0.ebuild
+++ b/x11-misc/rofi/rofi-1.5.0.ebuild
@@ -15,6 +15,7 @@ IUSE="test windowmode"
 
 RDEPEND="
dev-libs/glib:2
+   gnome-base/librsvg:2
media-libs/freetype
x11-libs/cairo[xcb]
x11-libs/libXft

diff --git a/x11-misc/rofi/rofi-1.5.1.ebuild b/x11-misc/rofi/rofi-1.5.1.ebuild
index b1d04b298f2..b0ce40db61f 100644
--- a/x11-misc/rofi/rofi-1.5.1.ebuild
+++ b/x11-misc/rofi/rofi-1.5.1.ebuild
@@ -15,6 +15,7 @@ IUSE="test windowmode"
 
 RDEPEND="
dev-libs/glib:2
+   gnome-base/librsvg:2
media-libs/freetype
x11-libs/cairo[xcb]
x11-libs/libXft



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2018-03-21 Thread Jeroen Roovers
commit: 3fed9abfd7e2b4b94c17d50410aab10b81c5aa76
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Mar 21 20:43:26 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Mar 21 20:44:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fed9abf

x11-misc/rofi: Version 1.5.1.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-misc/rofi/Manifest  |  1 +
 x11-misc/rofi/rofi-1.5.1.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index f99cfa182df..9f2b9aa50d6 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,3 +1,4 @@
 DIST rofi-1.3.1.tar.xz 211732 BLAKE2B 
60a217a47c547b1e59632356f4ddcb37144364a990974cbc013c53b21eae04e9568cc39e2ba6d2ea681501582910fb685bcb865cf011be0b2f00d986f4317c3e
 SHA512 
a96c53ad268883277c4ff0ee3267ff7fab4d4a93a982019ce19ea82771b65c32d56216d777494853bffd18481400af72ed777f88cce4b26d7d1b8980a997f6c6
 DIST rofi-1.4.2.tar.xz 339316 BLAKE2B 
f35bd60fb490ca9158a4b022bd972169626634adc1fa386b3b37e63497004d2fb0d85a711c4f4f7f377c377188ecc578de78c0c70bf21e086bc59c809a69bd05
 SHA512 
9f6cdde4b169c9f5471eb40cca9ce65ee2e87f541b0a9e48ce5ccc61d65930befbf152af667436a9142b36ba40c2be17c1aacc90deeff70e7f40dcaa1f9a9c8f
 DIST rofi-1.5.0.tar.xz 354232 BLAKE2B 
2478902542b994ba06c4d436fa9436659366e2416e1a7a3ddd9a48e84d397faff963a4ac0c1bb1011a5f8a8440d1fc257377d28f556a60dc264b29eadadf5c7e
 SHA512 
f24f93224f38e009307912dec19182a04b36a9ac88b26a8657d853cc040e1a59837a56a3e8ff08aa34143f455b5030c73fc28ced96123f3bc7e3943582aee81c
+DIST rofi-1.5.1.tar.xz 355912 BLAKE2B 
710a35ab82bf960b331431be3cc3acfb5cc27b42d7fa8b02e8c070918679b90612d89f600a6e58215bc0a08dcb60087ea37a5498fa8c4ac39d246d5967f0b314
 SHA512 
32074e931199ff1529ebab8fef53d339eab09843888f862953b7d661323484ebe66d820feecc42604a16bd683a5af1ec4d1a2e7f097f408efed6cfe91c4eb5ff

diff --git a/x11-misc/rofi/rofi-1.5.1.ebuild b/x11-misc/rofi/rofi-1.5.1.ebuild
new file mode 100644
index 000..b1d04b298f2
--- /dev/null
+++ b/x11-misc/rofi/rofi-1.5.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools toolchain-funcs
+
+DESCRIPTION="A window switcher, run dialog and dmenu replacement"
+HOMEPAGE="https://github.com/DaveDavenport/rofi/";
+SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test windowmode"
+
+RDEPEND="
+   dev-libs/glib:2
+   media-libs/freetype
+   x11-libs/cairo[xcb]
+   x11-libs/libXft
+   x11-libs/libXinerama
+   x11-libs/libxcb
+   x11-libs/libxkbcommon[X]
+   x11-libs/pango[X]
+   x11-libs/startup-notification
+   x11-libs/xcb-util
+   x11-libs/xcb-util-wm
+   x11-libs/xcb-util-xrm
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   x11-proto/xineramaproto
+   x11-proto/xproto
+   test? ( >=dev-libs/check-0.11 )
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
+   "${FILESDIR}"/${PN}-1.5.0-gtk-settings-test.patch
+)
+
+src_prepare() {
+   if use test; then
+   sed -i -e 's|"/tmp/rofi-test.pid"|"'"$T"'/rofi-test.pid"|g' 
test/helper-pidfile.c || die
+   fi
+
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   tc-export CC
+
+   econf \
+   $(use_enable test check) \
+   $(use_enable windowmode)
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2018-03-21 Thread Jeroen Roovers
commit: a3fdb0b80a5d9d8df29d2990438d9b255d2cef76
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Mar 21 20:44:03 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Mar 21 20:44:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3fdb0b8

x11-misc/rofi: Old.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-misc/rofi/Manifest  |  1 -
 x11-misc/rofi/rofi-1.4.2.ebuild | 57 -
 2 files changed, 58 deletions(-)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index 9f2b9aa50d6..cba38d32bf6 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,4 +1,3 @@
 DIST rofi-1.3.1.tar.xz 211732 BLAKE2B 
60a217a47c547b1e59632356f4ddcb37144364a990974cbc013c53b21eae04e9568cc39e2ba6d2ea681501582910fb685bcb865cf011be0b2f00d986f4317c3e
 SHA512 
a96c53ad268883277c4ff0ee3267ff7fab4d4a93a982019ce19ea82771b65c32d56216d777494853bffd18481400af72ed777f88cce4b26d7d1b8980a997f6c6
-DIST rofi-1.4.2.tar.xz 339316 BLAKE2B 
f35bd60fb490ca9158a4b022bd972169626634adc1fa386b3b37e63497004d2fb0d85a711c4f4f7f377c377188ecc578de78c0c70bf21e086bc59c809a69bd05
 SHA512 
9f6cdde4b169c9f5471eb40cca9ce65ee2e87f541b0a9e48ce5ccc61d65930befbf152af667436a9142b36ba40c2be17c1aacc90deeff70e7f40dcaa1f9a9c8f
 DIST rofi-1.5.0.tar.xz 354232 BLAKE2B 
2478902542b994ba06c4d436fa9436659366e2416e1a7a3ddd9a48e84d397faff963a4ac0c1bb1011a5f8a8440d1fc257377d28f556a60dc264b29eadadf5c7e
 SHA512 
f24f93224f38e009307912dec19182a04b36a9ac88b26a8657d853cc040e1a59837a56a3e8ff08aa34143f455b5030c73fc28ced96123f3bc7e3943582aee81c
 DIST rofi-1.5.1.tar.xz 355912 BLAKE2B 
710a35ab82bf960b331431be3cc3acfb5cc27b42d7fa8b02e8c070918679b90612d89f600a6e58215bc0a08dcb60087ea37a5498fa8c4ac39d246d5967f0b314
 SHA512 
32074e931199ff1529ebab8fef53d339eab09843888f862953b7d661323484ebe66d820feecc42604a16bd683a5af1ec4d1a2e7f097f408efed6cfe91c4eb5ff

diff --git a/x11-misc/rofi/rofi-1.4.2.ebuild b/x11-misc/rofi/rofi-1.4.2.ebuild
deleted file mode 100644
index 97565c1283c..000
--- a/x11-misc/rofi/rofi-1.4.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools toolchain-funcs
-
-DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://github.com/DaveDavenport/rofi/";
-SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test windowmode"
-
-RDEPEND="
-   dev-libs/glib:2
-   media-libs/freetype
-   x11-libs/cairo[xcb]
-   x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/libxcb
-   x11-libs/libxkbcommon[X]
-   x11-libs/pango[X]
-   x11-libs/startup-notification
-   x11-libs/xcb-util
-   x11-libs/xcb-util-wm
-   x11-libs/xcb-util-xrm
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-   x11-proto/xineramaproto
-   x11-proto/xproto
-   test? ( >=dev-libs/check-0.11 )
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
-)
-
-src_prepare() {
-   if use test; then
-   sed -i -e 's|"/tmp/rofi-test.pid"|"'"$T"'/rofi-test.pid"|g' 
test/helper-pidfile.c || die
-   fi
-
-   default
-
-   eautoreconf
-}
-
-src_configure() {
-   tc-export CC
-
-   econf \
-   $(use_enable test check) \
-   $(use_enable windowmode)
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/files/, x11-misc/rofi/

2018-02-05 Thread Jeroen Roovers
commit: aeaf9c2da9aeda090277b601a840e6f0d1ae4657
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Feb  5 19:43:15 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Feb  5 19:43:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeaf9c2d

x11-misc/rofi: Disable gtk-settings.test (bug #646688).

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-misc/rofi/files/rofi-1.5.0-gtk-settings-test.patch | 13 +
 x11-misc/rofi/rofi-1.5.0.ebuild|  1 +
 2 files changed, 14 insertions(+)

diff --git a/x11-misc/rofi/files/rofi-1.5.0-gtk-settings-test.patch 
b/x11-misc/rofi/files/rofi-1.5.0-gtk-settings-test.patch
new file mode 100644
index 000..82aa264ac29
--- /dev/null
+++ b/x11-misc/rofi/files/rofi-1.5.0-gtk-settings-test.patch
@@ -0,0 +1,13 @@
+--- a/subprojects/libnkutils/libnkutils-common.mk
 b/subprojects/libnkutils/libnkutils-common.mk
+@@ -130,8 +130,8 @@
+   %D%/src/gtk-settings.c \
+   %D%/src/nkutils-gtk-settings.h
+ 
+-_libnkutils_tests += \
+-  %D%/tests/gtk-settings.test
++#_libnkutils_tests += \
++# %D%/tests/gtk-settings.test
+ endif
+ 
+ if NK_ENABLE_XDG_DE

diff --git a/x11-misc/rofi/rofi-1.5.0.ebuild b/x11-misc/rofi/rofi-1.5.0.ebuild
index 29016aeb7d0..b1d04b298f2 100644
--- a/x11-misc/rofi/rofi-1.5.0.ebuild
+++ b/x11-misc/rofi/rofi-1.5.0.ebuild
@@ -36,6 +36,7 @@ DEPEND="
 "
 PATCHES=(
"${FILESDIR}"/${PN}-0.15.12-Werror.patch
+   "${FILESDIR}"/${PN}-1.5.0-gtk-settings-test.patch
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2018-02-04 Thread Jeroen Roovers
commit: c9411a79269a9adf2389eb0f1da66bc2877ce4de
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Feb  4 21:56:36 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Feb  4 22:31:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9411a79

x11-misc/rofi: Version 1.5.0.

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 x11-misc/rofi/Manifest  |  1 +
 x11-misc/rofi/rofi-1.5.0.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index a4c3b58e484..cd01d940dc3 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,3 +1,4 @@
 DIST rofi-1.3.1.tar.xz 211732 BLAKE2B 
60a217a47c547b1e59632356f4ddcb37144364a990974cbc013c53b21eae04e9568cc39e2ba6d2ea681501582910fb685bcb865cf011be0b2f00d986f4317c3e
 SHA512 
a96c53ad268883277c4ff0ee3267ff7fab4d4a93a982019ce19ea82771b65c32d56216d777494853bffd18481400af72ed777f88cce4b26d7d1b8980a997f6c6
 DIST rofi-1.4.1.tar.xz 337988 BLAKE2B 
65867f4095dd82e62c955d7a3f5d86dcd84112dc8c530d22ebceed0b1c26b3e1c3be196cf2a1089e45ff11543eeed37abfe48a6007a85eed91b196f993064831
 SHA512 
3db3642819761bcfc99e7e8c6f09dde0c85d34be84541ac376ce09032a5c20aa7d64d6e12c9e21bfbee7d2db2611d24a12539548b662df6fb061d91cca1eb808
 DIST rofi-1.4.2.tar.xz 339316 BLAKE2B 
f35bd60fb490ca9158a4b022bd972169626634adc1fa386b3b37e63497004d2fb0d85a711c4f4f7f377c377188ecc578de78c0c70bf21e086bc59c809a69bd05
 SHA512 
9f6cdde4b169c9f5471eb40cca9ce65ee2e87f541b0a9e48ce5ccc61d65930befbf152af667436a9142b36ba40c2be17c1aacc90deeff70e7f40dcaa1f9a9c8f
+DIST rofi-1.5.0.tar.xz 354232 BLAKE2B 
2478902542b994ba06c4d436fa9436659366e2416e1a7a3ddd9a48e84d397faff963a4ac0c1bb1011a5f8a8440d1fc257377d28f556a60dc264b29eadadf5c7e
 SHA512 
f24f93224f38e009307912dec19182a04b36a9ac88b26a8657d853cc040e1a59837a56a3e8ff08aa34143f455b5030c73fc28ced96123f3bc7e3943582aee81c

diff --git a/x11-misc/rofi/rofi-1.5.0.ebuild b/x11-misc/rofi/rofi-1.5.0.ebuild
new file mode 100644
index 000..29016aeb7d0
--- /dev/null
+++ b/x11-misc/rofi/rofi-1.5.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools toolchain-funcs
+
+DESCRIPTION="A window switcher, run dialog and dmenu replacement"
+HOMEPAGE="https://github.com/DaveDavenport/rofi/";
+SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test windowmode"
+
+RDEPEND="
+   dev-libs/glib:2
+   media-libs/freetype
+   x11-libs/cairo[xcb]
+   x11-libs/libXft
+   x11-libs/libXinerama
+   x11-libs/libxcb
+   x11-libs/libxkbcommon[X]
+   x11-libs/pango[X]
+   x11-libs/startup-notification
+   x11-libs/xcb-util
+   x11-libs/xcb-util-wm
+   x11-libs/xcb-util-xrm
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   x11-proto/xineramaproto
+   x11-proto/xproto
+   test? ( >=dev-libs/check-0.11 )
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
+)
+
+src_prepare() {
+   if use test; then
+   sed -i -e 's|"/tmp/rofi-test.pid"|"'"$T"'/rofi-test.pid"|g' 
test/helper-pidfile.c || die
+   fi
+
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   tc-export CC
+
+   econf \
+   $(use_enable test check) \
+   $(use_enable windowmode)
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2018-02-04 Thread Jeroen Roovers
commit: f9c5fcf196d861b002939c14f159014495d6d92c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Feb  4 21:59:14 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Feb  4 22:31:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9c5fcf1

x11-misc/rofi: Old.

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 x11-misc/rofi/Manifest  |  1 -
 x11-misc/rofi/rofi-1.4.1.ebuild | 53 -
 2 files changed, 54 deletions(-)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index cd01d940dc3..f99cfa182df 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,4 +1,3 @@
 DIST rofi-1.3.1.tar.xz 211732 BLAKE2B 
60a217a47c547b1e59632356f4ddcb37144364a990974cbc013c53b21eae04e9568cc39e2ba6d2ea681501582910fb685bcb865cf011be0b2f00d986f4317c3e
 SHA512 
a96c53ad268883277c4ff0ee3267ff7fab4d4a93a982019ce19ea82771b65c32d56216d777494853bffd18481400af72ed777f88cce4b26d7d1b8980a997f6c6
-DIST rofi-1.4.1.tar.xz 337988 BLAKE2B 
65867f4095dd82e62c955d7a3f5d86dcd84112dc8c530d22ebceed0b1c26b3e1c3be196cf2a1089e45ff11543eeed37abfe48a6007a85eed91b196f993064831
 SHA512 
3db3642819761bcfc99e7e8c6f09dde0c85d34be84541ac376ce09032a5c20aa7d64d6e12c9e21bfbee7d2db2611d24a12539548b662df6fb061d91cca1eb808
 DIST rofi-1.4.2.tar.xz 339316 BLAKE2B 
f35bd60fb490ca9158a4b022bd972169626634adc1fa386b3b37e63497004d2fb0d85a711c4f4f7f377c377188ecc578de78c0c70bf21e086bc59c809a69bd05
 SHA512 
9f6cdde4b169c9f5471eb40cca9ce65ee2e87f541b0a9e48ce5ccc61d65930befbf152af667436a9142b36ba40c2be17c1aacc90deeff70e7f40dcaa1f9a9c8f
 DIST rofi-1.5.0.tar.xz 354232 BLAKE2B 
2478902542b994ba06c4d436fa9436659366e2416e1a7a3ddd9a48e84d397faff963a4ac0c1bb1011a5f8a8440d1fc257377d28f556a60dc264b29eadadf5c7e
 SHA512 
f24f93224f38e009307912dec19182a04b36a9ac88b26a8657d853cc040e1a59837a56a3e8ff08aa34143f455b5030c73fc28ced96123f3bc7e3943582aee81c

diff --git a/x11-misc/rofi/rofi-1.4.1.ebuild b/x11-misc/rofi/rofi-1.4.1.ebuild
deleted file mode 100644
index 5430effcf8c..000
--- a/x11-misc/rofi/rofi-1.4.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools toolchain-funcs
-
-DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://github.com/DaveDavenport/rofi/";
-SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test windowmode"
-
-RDEPEND="
-   dev-libs/glib:2
-   media-libs/freetype
-   x11-libs/cairo[xcb]
-   x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/libxcb
-   x11-libs/libxkbcommon[X]
-   x11-libs/pango[X]
-   x11-libs/startup-notification
-   x11-libs/xcb-util
-   x11-libs/xcb-util-wm
-   x11-libs/xcb-util-xrm
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-   x11-proto/xineramaproto
-   x11-proto/xproto
-   test? ( >=dev-libs/check-0.11 )
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_configure() {
-   tc-export CC
-
-   econf \
-   $(use_enable test check) \
-   $(use_enable windowmode)
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2017-10-15 Thread Jeroen Roovers
commit: 997da50f27cf83168aadb0f7ce1205fd4190b76a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct 15 20:31:48 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct 15 20:32:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=997da50f

x11-misc/rofi: Version bump.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 x11-misc/rofi/Manifest  |  1 +
 x11-misc/rofi/rofi-1.4.2.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index c68a588a489..63623f41861 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,2 +1,3 @@
 DIST rofi-1.3.1.tar.xz 211732 SHA256 
b52cf1170f5c7c38f6399ee44f23ebbd87ac349d6a34f32f5d169966765c87e8 SHA512 
a96c53ad268883277c4ff0ee3267ff7fab4d4a93a982019ce19ea82771b65c32d56216d777494853bffd18481400af72ed777f88cce4b26d7d1b8980a997f6c6
 WHIRLPOOL 
47ca4050853888fda4ae9dc203c3d4a47284780d8d1506b12f4bb14cb947a8a7e96b3674203b518ada6b9bbd0e5718d49a42f89a2ecbdf26b3fdacce9d9fee6f
 DIST rofi-1.4.1.tar.xz 337988 SHA256 
90fbca9b4b4bc4eaf55a8d5115e880611137faaa44b0d929694cb40ef9face76 SHA512 
3db3642819761bcfc99e7e8c6f09dde0c85d34be84541ac376ce09032a5c20aa7d64d6e12c9e21bfbee7d2db2611d24a12539548b662df6fb061d91cca1eb808
 WHIRLPOOL 
09bbb4d2fe1d9b046b7684636f296fcbf4c77c4ffc3bb04c54d949886b29d7c6d9632d6132677a35575671fec7e234df096f15a4d36892e8ffea5924d01335b0
+DIST rofi-1.4.2.tar.xz 339316 SHA256 
1a8df8c84316ac0c2b1e9985b346875d8ae4142cbec83f9961a63c73de624984 SHA512 
9f6cdde4b169c9f5471eb40cca9ce65ee2e87f541b0a9e48ce5ccc61d65930befbf152af667436a9142b36ba40c2be17c1aacc90deeff70e7f40dcaa1f9a9c8f
 WHIRLPOOL 
00eba890897623ab2392f4c53f4e41e4c0374d755fb98d40a00efcbb35451346c8c0d96f85f36c86049117e0c83555bebe02b9c82789dbe44aaf5a605d74ac14

diff --git a/x11-misc/rofi/rofi-1.4.2.ebuild b/x11-misc/rofi/rofi-1.4.2.ebuild
new file mode 100644
index 000..97565c1283c
--- /dev/null
+++ b/x11-misc/rofi/rofi-1.4.2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools toolchain-funcs
+
+DESCRIPTION="A window switcher, run dialog and dmenu replacement"
+HOMEPAGE="https://github.com/DaveDavenport/rofi/";
+SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test windowmode"
+
+RDEPEND="
+   dev-libs/glib:2
+   media-libs/freetype
+   x11-libs/cairo[xcb]
+   x11-libs/libXft
+   x11-libs/libXinerama
+   x11-libs/libxcb
+   x11-libs/libxkbcommon[X]
+   x11-libs/pango[X]
+   x11-libs/startup-notification
+   x11-libs/xcb-util
+   x11-libs/xcb-util-wm
+   x11-libs/xcb-util-xrm
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   x11-proto/xineramaproto
+   x11-proto/xproto
+   test? ( >=dev-libs/check-0.11 )
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
+)
+
+src_prepare() {
+   if use test; then
+   sed -i -e 's|"/tmp/rofi-test.pid"|"'"$T"'/rofi-test.pid"|g' 
test/helper-pidfile.c || die
+   fi
+
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   tc-export CC
+
+   econf \
+   $(use_enable test check) \
+   $(use_enable windowmode)
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2017-09-30 Thread Jeroen Roovers
commit: 63b0a80b19fa5865c82d575fcb5b004f730db314
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Sep 30 10:51:00 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Sep 30 10:51:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63b0a80b

x11-misc/rofi: Version bump.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 x11-misc/rofi/Manifest  |  1 +
 x11-misc/rofi/rofi-1.4.1.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index f6e853dbadd..c68a588a489 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1 +1,2 @@
 DIST rofi-1.3.1.tar.xz 211732 SHA256 
b52cf1170f5c7c38f6399ee44f23ebbd87ac349d6a34f32f5d169966765c87e8 SHA512 
a96c53ad268883277c4ff0ee3267ff7fab4d4a93a982019ce19ea82771b65c32d56216d777494853bffd18481400af72ed777f88cce4b26d7d1b8980a997f6c6
 WHIRLPOOL 
47ca4050853888fda4ae9dc203c3d4a47284780d8d1506b12f4bb14cb947a8a7e96b3674203b518ada6b9bbd0e5718d49a42f89a2ecbdf26b3fdacce9d9fee6f
+DIST rofi-1.4.1.tar.xz 337988 SHA256 
90fbca9b4b4bc4eaf55a8d5115e880611137faaa44b0d929694cb40ef9face76 SHA512 
3db3642819761bcfc99e7e8c6f09dde0c85d34be84541ac376ce09032a5c20aa7d64d6e12c9e21bfbee7d2db2611d24a12539548b662df6fb061d91cca1eb808
 WHIRLPOOL 
09bbb4d2fe1d9b046b7684636f296fcbf4c77c4ffc3bb04c54d949886b29d7c6d9632d6132677a35575671fec7e234df096f15a4d36892e8ffea5924d01335b0

diff --git a/x11-misc/rofi/rofi-1.4.1.ebuild b/x11-misc/rofi/rofi-1.4.1.ebuild
new file mode 100644
index 000..5430effcf8c
--- /dev/null
+++ b/x11-misc/rofi/rofi-1.4.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools toolchain-funcs
+
+DESCRIPTION="A window switcher, run dialog and dmenu replacement"
+HOMEPAGE="https://github.com/DaveDavenport/rofi/";
+SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test windowmode"
+
+RDEPEND="
+   dev-libs/glib:2
+   media-libs/freetype
+   x11-libs/cairo[xcb]
+   x11-libs/libXft
+   x11-libs/libXinerama
+   x11-libs/libxcb
+   x11-libs/libxkbcommon[X]
+   x11-libs/pango[X]
+   x11-libs/startup-notification
+   x11-libs/xcb-util
+   x11-libs/xcb-util-wm
+   x11-libs/xcb-util-xrm
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   x11-proto/xineramaproto
+   x11-proto/xproto
+   test? ( >=dev-libs/check-0.11 )
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   tc-export CC
+
+   econf \
+   $(use_enable test check) \
+   $(use_enable windowmode)
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2017-04-23 Thread Jeroen Roovers
commit: 15983c3070517122447aa0cbc02d9f2b360a6733
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Apr 23 13:35:14 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Apr 23 20:26:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15983c30

x11-misc/rofi: Stable for AMD64 x86 (bug #615976).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 x11-misc/rofi/rofi-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/rofi/rofi-1.3.1.ebuild b/x11-misc/rofi/rofi-1.3.1.ebuild
index 6f41c2dfab6..510e5d7b52f 100644
--- a/x11-misc/rofi/rofi-1.3.1.ebuild
+++ b/x11-misc/rofi/rofi-1.3.1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/DaveDavenport/${PN}/releases/download/${PV}/${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="windowmode"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2017-03-07 Thread David Seifert
commit: aa28e43cae8d5a3226d76da4db14d5a7184a76ac
Author: Harri Nieminen  gmail  com>
AuthorDate: Mon Mar  6 14:46:31 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Mar  7 09:11:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa28e43c

x11-misc/rofi: Remove old

Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4142

 x11-misc/rofi/Manifest  |  2 --
 x11-misc/rofi/rofi-1.2.0.ebuild | 53 -
 x11-misc/rofi/rofi-1.3.0.ebuild | 53 -
 3 files changed, 108 deletions(-)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index fdb4d5ae19f..f6e853dbadd 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,3 +1 @@
-DIST rofi-1.2.0.tar.xz 188760 SHA256 
0c2b504bdd17e41ee61828671cd85698c38cff3128e1ae44841466d86f07bd77 SHA512 
6afbec388fb3d0cb83011f2790f5f5a7e2d63b0436d183722b59c39852b5bc2896a46a32445decc6c36bd25c0e33a3658e31b1a307d72950e87f4838102b9838
 WHIRLPOOL 
da483f36e92fc978f335547ec540227be3561e309bff573ab26c36829e18737e7152453eaef9f9848c1737d72980ad7c09b2411c4846f1e6dd97b378939c2480
-DIST rofi-1.3.0.tar.xz 210936 SHA256 
164b094d03575cdbf4c0740e6e29fe54e33f62d180f11357d12a3f3f5254c5a8 SHA512 
65d31f3df09d1826a816d652b372e21f278b324195d7df2304aa7d5bb6b964ac2ec6a09df9b3deaa93ee83d76a699188460c0e96f02822251567526f24e46587
 WHIRLPOOL 
a74eee3d6549736c7836890115d4f753d92dc67c12a6354249b0b8ef724f3bce2d373fe4f7d58d4138c653e21e34d5854c6a3449cdf739dbfe282b6a5924abee
 DIST rofi-1.3.1.tar.xz 211732 SHA256 
b52cf1170f5c7c38f6399ee44f23ebbd87ac349d6a34f32f5d169966765c87e8 SHA512 
a96c53ad268883277c4ff0ee3267ff7fab4d4a93a982019ce19ea82771b65c32d56216d777494853bffd18481400af72ed777f88cce4b26d7d1b8980a997f6c6
 WHIRLPOOL 
47ca4050853888fda4ae9dc203c3d4a47284780d8d1506b12f4bb14cb947a8a7e96b3674203b518ada6b9bbd0e5718d49a42f89a2ecbdf26b3fdacce9d9fee6f

diff --git a/x11-misc/rofi/rofi-1.2.0.ebuild b/x11-misc/rofi/rofi-1.2.0.ebuild
deleted file mode 100644
index 59c53e7b41b..000
--- a/x11-misc/rofi/rofi-1.2.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils toolchain-funcs
-
-DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://davedavenport.github.io/rofi/";
-SRC_URI="https://github.com/DaveDavenport/${PN}/releases/download/${PV}/${P}.tar.xz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="windowmode"
-
-RDEPEND="
-   dev-libs/glib:2
-   media-libs/freetype
-   x11-libs/cairo[xcb]
-   x11-libs/libX11
-   x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/libxcb
-   x11-libs/libxkbcommon[X]
-   x11-libs/pango[X]
-   x11-libs/startup-notification
-   x11-libs/xcb-util
-   x11-libs/xcb-util-wm
-   x11-libs/xcb-util-xrm
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-   x11-proto/xineramaproto
-   x11-proto/xproto
-"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
-
-   eautoreconf
-}
-
-src_configure() {
-   tc-export CC
-   econf \
-   $(use_enable windowmode)
-}
-
-src_test() {
-   emake test
-}

diff --git a/x11-misc/rofi/rofi-1.3.0.ebuild b/x11-misc/rofi/rofi-1.3.0.ebuild
deleted file mode 100644
index 59c53e7b41b..000
--- a/x11-misc/rofi/rofi-1.3.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils toolchain-funcs
-
-DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://davedavenport.github.io/rofi/";
-SRC_URI="https://github.com/DaveDavenport/${PN}/releases/download/${PV}/${P}.tar.xz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="windowmode"
-
-RDEPEND="
-   dev-libs/glib:2
-   media-libs/freetype
-   x11-libs/cairo[xcb]
-   x11-libs/libX11
-   x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/libxcb
-   x11-libs/libxkbcommon[X]
-   x11-libs/pango[X]
-   x11-libs/startup-notification
-   x11-libs/xcb-util
-   x11-libs/xcb-util-wm
-   x11-libs/xcb-util-xrm
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-   x11-proto/xineramaproto
-   x11-proto/xproto
-"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
-
-   eautoreconf
-}
-
-src_configure() {
-   tc-export CC
-   econf \
-   $(use_enable windowmode)
-}
-
-src_test() {
-   emake test
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2017-01-13 Thread Jeroen Roovers
commit: 18774a79ff0d7322630b0fee5da7e583c511753f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jan 13 16:46:42 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jan 13 16:46:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18774a79

x11-misc/rofi: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-misc/rofi/Manifest  |  1 +
 x11-misc/rofi/rofi-1.3.1.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index 752adfb..fdb4d5a 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,2 +1,3 @@
 DIST rofi-1.2.0.tar.xz 188760 SHA256 
0c2b504bdd17e41ee61828671cd85698c38cff3128e1ae44841466d86f07bd77 SHA512 
6afbec388fb3d0cb83011f2790f5f5a7e2d63b0436d183722b59c39852b5bc2896a46a32445decc6c36bd25c0e33a3658e31b1a307d72950e87f4838102b9838
 WHIRLPOOL 
da483f36e92fc978f335547ec540227be3561e309bff573ab26c36829e18737e7152453eaef9f9848c1737d72980ad7c09b2411c4846f1e6dd97b378939c2480
 DIST rofi-1.3.0.tar.xz 210936 SHA256 
164b094d03575cdbf4c0740e6e29fe54e33f62d180f11357d12a3f3f5254c5a8 SHA512 
65d31f3df09d1826a816d652b372e21f278b324195d7df2304aa7d5bb6b964ac2ec6a09df9b3deaa93ee83d76a699188460c0e96f02822251567526f24e46587
 WHIRLPOOL 
a74eee3d6549736c7836890115d4f753d92dc67c12a6354249b0b8ef724f3bce2d373fe4f7d58d4138c653e21e34d5854c6a3449cdf739dbfe282b6a5924abee
+DIST rofi-1.3.1.tar.xz 211732 SHA256 
b52cf1170f5c7c38f6399ee44f23ebbd87ac349d6a34f32f5d169966765c87e8 SHA512 
a96c53ad268883277c4ff0ee3267ff7fab4d4a93a982019ce19ea82771b65c32d56216d777494853bffd18481400af72ed777f88cce4b26d7d1b8980a997f6c6
 WHIRLPOOL 
47ca4050853888fda4ae9dc203c3d4a47284780d8d1506b12f4bb14cb947a8a7e96b3674203b518ada6b9bbd0e5718d49a42f89a2ecbdf26b3fdacce9d9fee6f

diff --git a/x11-misc/rofi/rofi-1.3.1.ebuild b/x11-misc/rofi/rofi-1.3.1.ebuild
new file mode 100644
index ..3bffd04
--- /dev/null
+++ b/x11-misc/rofi/rofi-1.3.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools toolchain-funcs
+
+DESCRIPTION="A window switcher, run dialog and dmenu replacement"
+HOMEPAGE="https://davedavenport.github.io/rofi/";
+SRC_URI="https://github.com/DaveDavenport/${PN}/releases/download/${PV}/${P}.tar.xz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="windowmode"
+
+RDEPEND="
+   dev-libs/glib:2
+   media-libs/freetype
+   x11-libs/cairo[xcb]
+   x11-libs/libX11
+   x11-libs/libXft
+   x11-libs/libXinerama
+   x11-libs/libxcb
+   x11-libs/libxkbcommon[X]
+   x11-libs/pango[X]
+   x11-libs/startup-notification
+   x11-libs/xcb-util
+   x11-libs/xcb-util-wm
+   x11-libs/xcb-util-xrm
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   x11-proto/xineramaproto
+   x11-proto/xproto
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   tc-export CC
+   econf \
+   $(use_enable windowmode)
+}
+
+src_test() {
+   emake test
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2016-12-27 Thread Jeroen Roovers
commit: 4a75bf0d12c8636828f3df7c9fa6bcc5abbe62b9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Dec 27 10:16:37 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Dec 27 10:17:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a75bf0d

x11-misc/rofi: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-misc/rofi/Manifest  |  1 +
 x11-misc/rofi/rofi-1.3.0.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index 948ba3d..752adfb 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1 +1,2 @@
 DIST rofi-1.2.0.tar.xz 188760 SHA256 
0c2b504bdd17e41ee61828671cd85698c38cff3128e1ae44841466d86f07bd77 SHA512 
6afbec388fb3d0cb83011f2790f5f5a7e2d63b0436d183722b59c39852b5bc2896a46a32445decc6c36bd25c0e33a3658e31b1a307d72950e87f4838102b9838
 WHIRLPOOL 
da483f36e92fc978f335547ec540227be3561e309bff573ab26c36829e18737e7152453eaef9f9848c1737d72980ad7c09b2411c4846f1e6dd97b378939c2480
+DIST rofi-1.3.0.tar.xz 210936 SHA256 
164b094d03575cdbf4c0740e6e29fe54e33f62d180f11357d12a3f3f5254c5a8 SHA512 
65d31f3df09d1826a816d652b372e21f278b324195d7df2304aa7d5bb6b964ac2ec6a09df9b3deaa93ee83d76a699188460c0e96f02822251567526f24e46587
 WHIRLPOOL 
a74eee3d6549736c7836890115d4f753d92dc67c12a6354249b0b8ef724f3bce2d373fe4f7d58d4138c653e21e34d5854c6a3449cdf739dbfe282b6a5924abee

diff --git a/x11-misc/rofi/rofi-1.3.0.ebuild b/x11-misc/rofi/rofi-1.3.0.ebuild
new file mode 100644
index ..7095c50
--- /dev/null
+++ b/x11-misc/rofi/rofi-1.3.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils toolchain-funcs
+
+DESCRIPTION="A window switcher, run dialog and dmenu replacement"
+HOMEPAGE="https://davedavenport.github.io/rofi/";
+SRC_URI="https://github.com/DaveDavenport/${PN}/releases/download/${PV}/${P}.tar.xz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="windowmode"
+
+RDEPEND="
+   dev-libs/glib:2
+   media-libs/freetype
+   x11-libs/cairo[xcb]
+   x11-libs/libX11
+   x11-libs/libXft
+   x11-libs/libXinerama
+   x11-libs/libxcb
+   x11-libs/libxkbcommon[X]
+   x11-libs/pango[X]
+   x11-libs/startup-notification
+   x11-libs/xcb-util
+   x11-libs/xcb-util-wm
+   x11-libs/xcb-util-xrm
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   x11-proto/xineramaproto
+   x11-proto/xproto
+"
+
+src_prepare() {
+   epatch \
+   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
+
+   eautoreconf
+}
+
+src_configure() {
+   tc-export CC
+   econf \
+   $(use_enable windowmode)
+}
+
+src_test() {
+   emake test
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2016-11-10 Thread Jeroen Roovers
commit: bab14922dd6ef6b518847d2f714d0b1d08d4423e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Nov 10 16:48:38 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Nov 10 16:48:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab14922

x11-misc/rofi: Remove unused USE flag description.

Package-Manager: portage-2.3.2

 x11-misc/rofi/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11-misc/rofi/metadata.xml b/x11-misc/rofi/metadata.xml
index 1fe68fc..d9dc616 100644
--- a/x11-misc/rofi/metadata.xml
+++ b/x11-misc/rofi/metadata.xml
@@ -9,7 +9,6 @@
Gentoo Desktop Miscellaneous Project
 
 
-   Compile in support for the x11-wm/i3 window 
manager
Enable normal window mode
 
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2016-11-10 Thread Jeroen Roovers
commit: 57ff70fb16e372052ec597bd5e1f744e8bfd3bef
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Nov 10 16:47:46 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Nov 10 16:48:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ff70fb

x11-misc/rofi: Old.

Package-Manager: portage-2.3.2

 x11-misc/rofi/Manifest  |  1 -
 x11-misc/rofi/rofi-1.1.0.ebuild | 54 -
 2 files changed, 55 deletions(-)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index 913fee3..948ba3d 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,2 +1 @@
-DIST rofi-1.1.0.tar.xz 188768 SHA256 
1622eca87566baa98d087500b069c7241627d230ef6217990f0bc4032ba01bd1 SHA512 
a31d3102e0cc31de2191581cd7a1d4b7ea6eb986535fc37978ac1c5a335ca5b6fe68441056b63cf99530c6219198f2aa4b2ed1b7be1c0eaca9b46082a4169321
 WHIRLPOOL 
5622896abe81ea915a760037201ae20fb9071118b215694f7e69227d54637a68339f6eed1a71e6fe4d7bdc8b08e996237a958aedc92848aa756dca5ceca95730
 DIST rofi-1.2.0.tar.xz 188760 SHA256 
0c2b504bdd17e41ee61828671cd85698c38cff3128e1ae44841466d86f07bd77 SHA512 
6afbec388fb3d0cb83011f2790f5f5a7e2d63b0436d183722b59c39852b5bc2896a46a32445decc6c36bd25c0e33a3658e31b1a307d72950e87f4838102b9838
 WHIRLPOOL 
da483f36e92fc978f335547ec540227be3561e309bff573ab26c36829e18737e7152453eaef9f9848c1737d72980ad7c09b2411c4846f1e6dd97b378939c2480

diff --git a/x11-misc/rofi/rofi-1.1.0.ebuild b/x11-misc/rofi/rofi-1.1.0.ebuild
deleted file mode 100644
index da52108..
--- a/x11-misc/rofi/rofi-1.1.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils toolchain-funcs
-
-DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://davedavenport.github.io/rofi/";
-SRC_URI="https://github.com/DaveDavenport/${PN}/releases/download/${PV}/${P}.tar.xz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="i3 windowmode"
-REQUIRED_USE="i3? ( windowmode )"
-
-RDEPEND="
-   dev-libs/glib:2
-   media-libs/freetype
-   x11-libs/cairo[xcb]
-   x11-libs/libX11
-   x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/libxcb
-   x11-libs/libxkbcommon[X]
-   x11-libs/pango[X]
-   x11-libs/startup-notification
-   i3? ( x11-wm/i3 )
-"
-DEPEND="
-   ${RDEPEND}
-   x11-proto/xineramaproto
-   x11-proto/xproto
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
-
-   eautoreconf
-}
-
-src_configure() {
-   tc-export CC
-   econf \
-   $(use_enable windowmode) \
-   $(usex i3 '' --disable-i3support)
-}
-
-src_test() {
-   emake test
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2016-09-01 Thread Jeroen Roovers
commit: 5feddbb4e1f52aabd88d7d3f40914157edd5e3ed
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Sep  1 19:38:50 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Sep  1 19:40:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5feddbb4

x11-misc/rofi: Old.

Package-Manager: portage-2.3.0

 x11-misc/rofi/Manifest  |  1 -
 x11-misc/rofi/rofi-1.0.1.ebuild | 54 -
 2 files changed, 55 deletions(-)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index fff6aba..913fee3 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,3 +1,2 @@
-DIST rofi-1.0.1.tar.xz 183700 SHA256 
6718508cef6fc1c1e91000380357341aa5556f6cc7aafbec3d9c91b913ad5d06 SHA512 
18001ae084e6148d91a1cb6176d44af3d916e24a11abbfdcf7104f8c9909b8172420a271760322b8354b6790e720f819ba75c3df13f011ed4cb280d0e65ef618
 WHIRLPOOL 
a04ecc0ff45f701c3035aef2eecc7f75c08aff5cbcb3b494cb5bf7d30aac93dfb8b6e86c87e36eacd5752f176a580bebfd19193377a59c8bf47c8cc67263b1f9
 DIST rofi-1.1.0.tar.xz 188768 SHA256 
1622eca87566baa98d087500b069c7241627d230ef6217990f0bc4032ba01bd1 SHA512 
a31d3102e0cc31de2191581cd7a1d4b7ea6eb986535fc37978ac1c5a335ca5b6fe68441056b63cf99530c6219198f2aa4b2ed1b7be1c0eaca9b46082a4169321
 WHIRLPOOL 
5622896abe81ea915a760037201ae20fb9071118b215694f7e69227d54637a68339f6eed1a71e6fe4d7bdc8b08e996237a958aedc92848aa756dca5ceca95730
 DIST rofi-1.2.0.tar.xz 188760 SHA256 
0c2b504bdd17e41ee61828671cd85698c38cff3128e1ae44841466d86f07bd77 SHA512 
6afbec388fb3d0cb83011f2790f5f5a7e2d63b0436d183722b59c39852b5bc2896a46a32445decc6c36bd25c0e33a3658e31b1a307d72950e87f4838102b9838
 WHIRLPOOL 
da483f36e92fc978f335547ec540227be3561e309bff573ab26c36829e18737e7152453eaef9f9848c1737d72980ad7c09b2411c4846f1e6dd97b378939c2480

diff --git a/x11-misc/rofi/rofi-1.0.1.ebuild b/x11-misc/rofi/rofi-1.0.1.ebuild
deleted file mode 100644
index 0b3da21..
--- a/x11-misc/rofi/rofi-1.0.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils toolchain-funcs
-
-DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://davedavenport.github.io/rofi/";
-SRC_URI="https://github.com/DaveDavenport/${PN}/releases/download/${PV}/${P}.tar.xz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="i3 windowmode"
-REQUIRED_USE="i3? ( windowmode )"
-
-RDEPEND="
-   dev-libs/glib:2
-   media-libs/freetype
-   x11-libs/cairo[xcb]
-   x11-libs/libX11
-   x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/libxcb
-   x11-libs/libxkbcommon[X]
-   x11-libs/pango[X]
-   x11-libs/startup-notification
-   i3? ( x11-wm/i3 )
-"
-DEPEND="
-   ${RDEPEND}
-   x11-proto/xineramaproto
-   x11-proto/xproto
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
-
-   eautoreconf
-}
-
-src_configure() {
-   tc-export CC
-   econf \
-   $(use_enable windowmode) \
-   $(usex i3 '' --disable-i3support)
-}
-
-src_test() {
-   emake test
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2016-09-01 Thread Jeroen Roovers
commit: 8292583cf82b832423ea9f85fef7c09ad2d05ea8
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Sep  1 19:38:08 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Sep  1 19:40:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8292583c

x11-misc/rofi: Drop USE=i3 (bug #592674 by Mykyta Holubakha).

Package-Manager: portage-2.3.0

 x11-misc/rofi/rofi-1.2.0.ebuild | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/x11-misc/rofi/rofi-1.2.0.ebuild b/x11-misc/rofi/rofi-1.2.0.ebuild
index bef1938..7095c50 100644
--- a/x11-misc/rofi/rofi-1.2.0.ebuild
+++ b/x11-misc/rofi/rofi-1.2.0.ebuild
@@ -12,12 +12,10 @@ 
SRC_URI="https://github.com/DaveDavenport/${PN}/releases/download/${PV}/${P}.tar
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="i3 windowmode"
-REQUIRED_USE="i3? ( windowmode )"
+IUSE="windowmode"
 
 RDEPEND="
dev-libs/glib:2
-   i3? ( x11-wm/i3 )
media-libs/freetype
x11-libs/cairo[xcb]
x11-libs/libX11
@@ -33,9 +31,9 @@ RDEPEND="
 "
 DEPEND="
${RDEPEND}
+   virtual/pkgconfig
x11-proto/xineramaproto
x11-proto/xproto
-   virtual/pkgconfig
 "
 
 src_prepare() {
@@ -48,8 +46,7 @@ src_prepare() {
 src_configure() {
tc-export CC
econf \
-   $(use_enable windowmode) \
-   $(usex i3 '' --disable-i3support)
+   $(use_enable windowmode)
 }
 
 src_test() {



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2016-08-14 Thread Jeroen Roovers
commit: 85fad057d6aa03f6ceb68c4c95dd2ae91720a877
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Aug 15 04:37:39 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Aug 15 04:37:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85fad057

x11-misc/rofi: Version bump.

Package-Manager: portage-2.3.0

 x11-misc/rofi/Manifest  |  1 +
 x11-misc/rofi/rofi-1.2.0.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index 1e5d94d..fff6aba 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,2 +1,3 @@
 DIST rofi-1.0.1.tar.xz 183700 SHA256 
6718508cef6fc1c1e91000380357341aa5556f6cc7aafbec3d9c91b913ad5d06 SHA512 
18001ae084e6148d91a1cb6176d44af3d916e24a11abbfdcf7104f8c9909b8172420a271760322b8354b6790e720f819ba75c3df13f011ed4cb280d0e65ef618
 WHIRLPOOL 
a04ecc0ff45f701c3035aef2eecc7f75c08aff5cbcb3b494cb5bf7d30aac93dfb8b6e86c87e36eacd5752f176a580bebfd19193377a59c8bf47c8cc67263b1f9
 DIST rofi-1.1.0.tar.xz 188768 SHA256 
1622eca87566baa98d087500b069c7241627d230ef6217990f0bc4032ba01bd1 SHA512 
a31d3102e0cc31de2191581cd7a1d4b7ea6eb986535fc37978ac1c5a335ca5b6fe68441056b63cf99530c6219198f2aa4b2ed1b7be1c0eaca9b46082a4169321
 WHIRLPOOL 
5622896abe81ea915a760037201ae20fb9071118b215694f7e69227d54637a68339f6eed1a71e6fe4d7bdc8b08e996237a958aedc92848aa756dca5ceca95730
+DIST rofi-1.2.0.tar.xz 188760 SHA256 
0c2b504bdd17e41ee61828671cd85698c38cff3128e1ae44841466d86f07bd77 SHA512 
6afbec388fb3d0cb83011f2790f5f5a7e2d63b0436d183722b59c39852b5bc2896a46a32445decc6c36bd25c0e33a3658e31b1a307d72950e87f4838102b9838
 WHIRLPOOL 
da483f36e92fc978f335547ec540227be3561e309bff573ab26c36829e18737e7152453eaef9f9848c1737d72980ad7c09b2411c4846f1e6dd97b378939c2480

diff --git a/x11-misc/rofi/rofi-1.2.0.ebuild b/x11-misc/rofi/rofi-1.2.0.ebuild
new file mode 100644
index 000..bef1938
--- /dev/null
+++ b/x11-misc/rofi/rofi-1.2.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils toolchain-funcs
+
+DESCRIPTION="A window switcher, run dialog and dmenu replacement"
+HOMEPAGE="https://davedavenport.github.io/rofi/";
+SRC_URI="https://github.com/DaveDavenport/${PN}/releases/download/${PV}/${P}.tar.xz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="i3 windowmode"
+REQUIRED_USE="i3? ( windowmode )"
+
+RDEPEND="
+   dev-libs/glib:2
+   i3? ( x11-wm/i3 )
+   media-libs/freetype
+   x11-libs/cairo[xcb]
+   x11-libs/libX11
+   x11-libs/libXft
+   x11-libs/libXinerama
+   x11-libs/libxcb
+   x11-libs/libxkbcommon[X]
+   x11-libs/pango[X]
+   x11-libs/startup-notification
+   x11-libs/xcb-util
+   x11-libs/xcb-util-wm
+   x11-libs/xcb-util-xrm
+"
+DEPEND="
+   ${RDEPEND}
+   x11-proto/xineramaproto
+   x11-proto/xproto
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   epatch \
+   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
+
+   eautoreconf
+}
+
+src_configure() {
+   tc-export CC
+   econf \
+   $(use_enable windowmode) \
+   $(usex i3 '' --disable-i3support)
+}
+
+src_test() {
+   emake test
+}



  1   2   >