Skip to content

Commit

Permalink
kde-misc/plasma-applet-window-title: new package
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Marco Genasci <fedeliallalinea@gmail.com>
Bug: https://bugs.gentoo.org/703298
  • Loading branch information
fedeliallalinea committed Jan 27, 2020
1 parent 4bd24d5 commit e0bedcf
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-misc/plasma-applet-window-title/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST plasma-applet-window-title-0.6.0.tar.gz 21749 BLAKE2B 7dff97ec2fff8b7e53efc490127cf00290353a0ef25dc8e72e03a3a282c857932d2f0061ca53848c996e6afac509bd4c4a324cc7746a52c4f73c272d50514e72 SHA512 13ca0e92de0cf8fdd2f481d2580e540217efde30dad7cdc3d2c37364cb73bd488e41c15e839fdd5d16ea066b46d887dc29e7d40e7ec6271ca4e213e75b9c1448
12 changes: 12 additions & 0 deletions kde-misc/plasma-applet-window-title/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>fedeliallalinea@gmail.com</email>
<name>Marco Genasci</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

MY_PN="${PN/plasma-/}"

if [[ ${PV} == "9999" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/psifidotos/${MY_PN}"
else
SRC_URI="https://github.com/psifidotos/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
fi

DESCRIPTION="Plasma 5 applet that shows the application title and icon for active window"
HOMEPAGE="https://github.com/psifidotos/applet-window-title"

LICENSE="GPL-2+"
SLOT="0"
IUSE=""

RDEPEND="
kde-frameworks/kdeclarative:5
kde-plasma/plasma-workspace:5
"

DOCS=( CHANGELOG.md LICENSE README.md )

src_install() {
default
insinto /usr/share/plasma/plasmoids/org.kde.windowtitle
doins metadata.desktop
doins -r contents
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

MY_PN="${PN/plasma-/}"

if [[ ${PV} == "9999" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/psifidotos/${MY_PN}"
else
SRC_URI="https://github.com/psifidotos/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
fi

DESCRIPTION="Plasma 5 applet that shows the application title and icon for active window"
HOMEPAGE="https://github.com/psifidotos/applet-window-title"

LICENSE="GPL-2+"
SLOT="0"
IUSE=""

RDEPEND="
kde-frameworks/kdeclarative:5
kde-plasma/plasma-workspace:5
"

DOCS=( CHANGELOG.md LICENSE README.md )

src_install() {
default
insinto /usr/share/plasma/plasmoids/org.kde.windowtitle
doins metadata.desktop
doins -r contents
}

0 comments on commit e0bedcf

Please sign in to comment.