* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/Clipboard/, app-misc/clipboard/files/, app-misc/clipboard/, ...
@ 2023-07-10 18:49 Quincy Fleming
0 siblings, 0 replies; only message in thread
From: Quincy Fleming @ 2023-07-10 18:49 UTC (permalink / raw
To: gentoo-commits
commit: 7d3da3fe4dbd5c78be107de144d4876a3a3f5496
Author: Quincy Fleming <quincyf467 <AT> protonmail <DOT> com>
AuthorDate: Mon Jul 10 18:46:19 2023 +0000
Commit: Quincy Fleming <quincyf467 <AT> protonmail <DOT> com>
CommitDate: Mon Jul 10 18:46:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d3da3fe
app-misc/*: simple name change and update
Signed-off-by: Quincy Fleming <quincyf467 <AT> protonmail.com>
app-misc/Clipboard/Manifest | 2 --
app-misc/clipboard/Manifest | 2 ++
.../clipboard-0.8.0.ebuild} | 6 +++++-
.../clipboard-0.8.1.ebuild} | 17 +++++------------
.../files/disable-debug-info.patch | 0
.../files/disable-git-and-lto.patch | 0
app-misc/{Clipboard => clipboard}/metadata.xml | 0
7 files changed, 12 insertions(+), 15 deletions(-)
diff --git a/app-misc/Clipboard/Manifest b/app-misc/Clipboard/Manifest
deleted file mode 100644
index 2c219c1c9..000000000
--- a/app-misc/Clipboard/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST Clipboard-0.7.1.tar.gz 29187709 BLAKE2B 9e33b0aa81ea434936e6c4fb6584e1df82726ebb98e933740f469454095c0810cc3e979a85009d2774d27b8e12d46c7affb82f4345cbf8425179040b0c448c88 SHA512 29c50c73d5b6860bc49c41fccbd04a7b8904876a2925916471039b22abb6a964d04dbbdb5fa7a97da346c85c1c47ab5b76a3f9a77ce11446c6fc7a5754c699fe
-DIST Clipboard-0.8.0.tar.gz 29340849 BLAKE2B 91635f16eee4c7fec588f3ceae34571e815680a34553ecf352f67b77c0749ad4c4ee848713d1b65d7e0a4dee0a2a597b29f59abab9082400dc02acba00ab7326 SHA512 b600e8425e48625ed2ad068500e381b1a0d40eacce92e05d45af21c1f5517dcac516287fbcdc1c03fe87cd5bdd5933258ffccf31460a03dfd7e306dc22442c63
diff --git a/app-misc/clipboard/Manifest b/app-misc/clipboard/Manifest
new file mode 100644
index 000000000..e5bc79b7b
--- /dev/null
+++ b/app-misc/clipboard/Manifest
@@ -0,0 +1,2 @@
+DIST clipboard-0.8.0.tar.gz 29340849 BLAKE2B 91635f16eee4c7fec588f3ceae34571e815680a34553ecf352f67b77c0749ad4c4ee848713d1b65d7e0a4dee0a2a597b29f59abab9082400dc02acba00ab7326 SHA512 b600e8425e48625ed2ad068500e381b1a0d40eacce92e05d45af21c1f5517dcac516287fbcdc1c03fe87cd5bdd5933258ffccf31460a03dfd7e306dc22442c63
+DIST clipboard-0.8.1.tar.gz 31510477 BLAKE2B 25243b59af15ef692f466fcb2b6c35cdd05e2ebaee95ddf2b1c6a555c2225d2273c4d0cc7785fb2da8cfdf8a5afeac968a48cc191c45e1df6966a8dfcfccff0b SHA512 b4c2c857cc734c6470990348c67f31b706cb61b116794135d5e60073d8e5389d4c93ee410e47a9c07998bd3a6578013879ee5f997eda9613c864ea312b54da2e
diff --git a/app-misc/Clipboard/Clipboard-0.7.1.ebuild b/app-misc/clipboard/clipboard-0.8.0.ebuild
similarity index 85%
rename from app-misc/Clipboard/Clipboard-0.7.1.ebuild
rename to app-misc/clipboard/clipboard-0.8.0.ebuild
index 6c6de407f..57d5d1c0a 100644
--- a/app-misc/Clipboard/Clipboard-0.7.1.ebuild
+++ b/app-misc/clipboard/clipboard-0.8.0.ebuild
@@ -5,9 +5,11 @@ EAPI=8
inherit cmake
+MY_PN="Clipboard"
+MY_P="${MY_PN}-${PV}"
DESCRIPTION="Cut, copy, and paste anything in your terminal"
HOMEPAGE="https://getclipboard.app/ https://github.com/Slackadays/Clipboard"
-SRC_URI="https://github.com/Slackadays/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/Slackadays/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@@ -20,6 +22,8 @@ RDEPEND="X? ( x11-libs/libX11 )
dev-libs/wayland
)
"
+S="${WORKDIR}/${MY_P}"
+
PATCHES=(
"${FILESDIR}/disable-git-and-lto.patch"
)
diff --git a/app-misc/Clipboard/Clipboard-0.8.0.ebuild b/app-misc/clipboard/clipboard-0.8.1.ebuild
similarity index 52%
rename from app-misc/Clipboard/Clipboard-0.8.0.ebuild
rename to app-misc/clipboard/clipboard-0.8.1.ebuild
index d2aca6ef2..57d5d1c0a 100644
--- a/app-misc/Clipboard/Clipboard-0.8.0.ebuild
+++ b/app-misc/clipboard/clipboard-0.8.1.ebuild
@@ -5,9 +5,11 @@ EAPI=8
inherit cmake
+MY_PN="Clipboard"
+MY_P="${MY_PN}-${PV}"
DESCRIPTION="Cut, copy, and paste anything in your terminal"
HOMEPAGE="https://getclipboard.app/ https://github.com/Slackadays/Clipboard"
-SRC_URI="https://github.com/Slackadays/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/Slackadays/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@@ -20,6 +22,8 @@ RDEPEND="X? ( x11-libs/libX11 )
dev-libs/wayland
)
"
+S="${WORKDIR}/${MY_P}"
+
PATCHES=(
"${FILESDIR}/disable-git-and-lto.patch"
)
@@ -43,14 +47,3 @@ src_configure() {
)
cmake_src_configure
}
-
-pkg_postinst() {
- ewarn "The new history feature makes CB incompatible with how older versions stored clipboard contents."
- ewarn "If you have existing content when you upgrade, then it might not appear in CB, although it won't be deleted."
- ewarn "To fix this, take everything stored in the data folder of your existing clipboards"
- ewarn "and move them to a \"0\" subfolder within data."
- ewarn "So, if you have the file Foobar stored under data, the new setup will look like the folder 0 under data,"
- ewarn "and 0 stores the file Foobar."
- ewarn "To find where CB keeps your clipboards, use the cb info command and check the line that says Stored in...."
- ewarn "If you don't already have content stored with CB, then this warning doesn't apply to you."
-}
diff --git a/app-misc/Clipboard/files/disable-debug-info.patch b/app-misc/clipboard/files/disable-debug-info.patch
similarity index 100%
rename from app-misc/Clipboard/files/disable-debug-info.patch
rename to app-misc/clipboard/files/disable-debug-info.patch
diff --git a/app-misc/Clipboard/files/disable-git-and-lto.patch b/app-misc/clipboard/files/disable-git-and-lto.patch
similarity index 100%
rename from app-misc/Clipboard/files/disable-git-and-lto.patch
rename to app-misc/clipboard/files/disable-git-and-lto.patch
diff --git a/app-misc/Clipboard/metadata.xml b/app-misc/clipboard/metadata.xml
similarity index 100%
rename from app-misc/Clipboard/metadata.xml
rename to app-misc/clipboard/metadata.xml
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-07-10 18:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-10 18:49 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/Clipboard/, app-misc/clipboard/files/, app-misc/clipboard/, Quincy Fleming
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox