imported new plasmoids plasma 5

This commit is contained in:
gnastyle 2016-01-23 15:15:26 +01:00
parent 07a4aac264
commit 9a861d23e7
10 changed files with 322 additions and 0 deletions

View File

@ -0,0 +1,34 @@
pkgname=plasma5-applets-gmail-feed
_name=gmailfeed
pkgver=1.1
pkgrel=1
pkgdesc="Plasmoid showing your Gmail feed "
arch=('x86_64')
url="https://github.com/anthon38/gmailfeed"
license=('GPL')
group=('plasma5-applets')
depends=('plasma-workspace' 'qt5-graphicaleffects')
makedepends=('extra-cmake-modules')
source=("https://github.com/anthon38/gmailfeed/archive/v${pkgver}.tar.gz")
sha256sums=('b505d54922ca69952d33ab6ebe28593df3726063499936efe5a68e4294ba9623')
prepare() {
cd "${_name}-${pkgver}"
mkdir -p build
}
build() {
cd "${_name}-${pkgver}/build"
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DLIB_INSTALL_DIR=lib \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
}
package() {
cd "${_name}-${pkgver}"/build
make install DESTDIR="${pkgdir}"
}

View File

@ -0,0 +1,34 @@
pkgname=plasma5-applets-keystate
_name=keystate-plasmoid
pkgver=0.4
pkgrel=1
pkgdesc="Displays the state of some keys (Caps Lock, Num Lock, Meta and a few more)"
arch=('x86_64')
url="https://github.com/xdarklight/keystate-plasmoid"
license=('GPL')
group=('plasma5-applets')
depends=('plasma-workspace' 'qt5-graphicaleffects')
makedepends=('extra-cmake-modules')
source=("https://github.com/xdarklight/keystate-plasmoid/archive/v${pkgver}.tar.gz")
sha256sums=('495883f28768c29b3d286276061826a94cfceae8592206479e41a6411db4aa20')
prepare() {
cd "${_name}-${pkgver}"
mkdir -p build
}
build() {
cd "${_name}-${pkgver}/build"
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DLIB_INSTALL_DIR=lib \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
}
package() {
cd "${_name}-${pkgver}"/build
make install DESTDIR="${pkgdir}"
}

View File

@ -0,0 +1,33 @@
pkgname=plasma5-applets-playbar2
_name=PlayBar2
pkgver=2.3
pkgrel=1
pkgdesc="Client MPRIS2, allows you to control your favorite media player"
arch=('x86_64')
url="https://github.com/audoban/PlayBar2"
license=('GPL')
group=('plasma5-applets')
depends=('plasma-workspace' 'kdeclarative' 'kglobalaccel' 'kconfigwidgets' 'kxmlgui' 'kwindowsystem' 'kdoctools')
makedepends=('extra-cmake-modules')
source=("https://github.com/audoban/PlayBar2/archive/v${pkgver}.tar.gz")
sha256sums=('b4962901b08af21e7e173a33dc89523d5319f49a9f495dcb4247400f3e5f5a45')
prepare() {
cd "${_name}-${pkgver}"
mkdir -p build
}
build() {
cd "${_name}-${pkgver}/build"
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
}
package() {
cd "${_name}-${pkgver}"/build
make install DESTDIR="${pkgdir}"
mv ${pkgdir}/usr/lib64 ${pkgdir}/usr/lib
}

View File

@ -0,0 +1,34 @@
pkgname=plasma5-applets-redshift-control
_name=plasma-applet-redshift-control
pkgver=1.0.9
pkgrel=1
pkgdesc="Applet for monitoring CPU, GPU and other available temperature sensors."
arch=('x86_64')
url="https://github.com/kotelnik/plasma-applet-redshift-control"
license=('GPL')
group=('plasma5-applets')
depends=('plasma-workspace' 'qt5-graphicaleffects' 'redshift')
makedepends=('extra-cmake-modules')
source=("https://github.com/kotelnik/plasma-applet-redshift-control/archive/v${pkgver}.tar.gz")
sha256sums=('4ab5c0746840d0ab733099510dc45bb35ef2933c378aeeaf6c4ab29dfa233bdb')
prepare() {
cd "${_name}-${pkgver}"
mkdir -p build
}
build() {
cd "${_name}-${pkgver}/build"
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DLIB_INSTALL_DIR=lib \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
}
package() {
cd "${_name}-${pkgver}"/build
make install DESTDIR="${pkgdir}"
}

View File

@ -0,0 +1,39 @@
pkgname=plasma5-applets-rssnow
pkgver=1.0.r29.46e7e43
pkgrel=1
pkgdesc="Show news from various sources"
arch=('x86_64')
url="https://github.com/Misenko/rssnow-plasma5-applet"
license=('GPL')
depends=('plasma-workspace')
makedepends=('cmake' 'git' 'extra-cmake-modules')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=(${pkgname}::git+https://github.com/Misenko/rssnow-plasma5-applet.git)
sha1sums=('SKIP')
pkgver() {
cd "$srcdir/${pkgname}"
printf "%s.r%s.%s" "$(sed -n "s/^X-KDE-PluginInfo-Version=\(.*\)$/\1/p" plasmoid/metadata.desktop)" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
prepare() {
cd "$srcdir/${pkgname}"
rm -rf build
mkdir -p build
}
build() {
cd "$srcdir/${pkgname}/build"
export QT_SELECT=5
cmake .. \
-DCMAKE_INSTALL_PREFIX=$(kf5-config --prefix) \
-DCMAKE_BUILD_TYPE=Release
make
}
package() {
cd "$srcdir/${pkgname}/build"
make DESTDIR="${pkgdir}/" install
}

View File

@ -0,0 +1,32 @@
pkgname=plasma5-applets-separator
_name=Separator
pkgver=0.1
pkgrel=1
pkgdesc="Just a separator."
arch=('x86_64')
url="http://kde-apps.org/content/show.php/Separator?content=174531"
license=('GPL')
group=('plasma5-applets')
depends=('plasma-workspace' 'kdeclarative' 'kglobalaccel' 'kconfigwidgets' 'kxmlgui' 'kwindowsystem' 'kdoctools')
makedepends=('extra-cmake-modules')
source=("http://kde-apps.org/CONTENT/content-files/174531-Separator.tar.gz")
sha256sums=('26b4558e3e1ba0b4f20e1bfdf0d3a376cfbf42bdd3a654af6a6f492b40101156')
prepare() {
cd "${_name}"
mkdir -p build
}
build() {
cd "${_name}/build"
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
}
package() {
cd "${_name}"/build
make install DESTDIR="${pkgdir}"
}

View File

@ -0,0 +1,34 @@
pkgname=plasma5-applets-thermal-monitor
_name=plasma-applet-thermal-monitor
pkgver=1.2.6
pkgrel=1
pkgdesc="Applet for monitoring CPU, GPU and other available temperature sensors."
arch=('x86_64')
url="https://github.com/kotelnik/plasma-applet-thermal-monitor"
license=('GPL')
group=('plasma5-applets')
depends=('plasma-workspace' 'qt5-graphicaleffects')
makedepends=('extra-cmake-modules')
source=("https://github.com/kotelnik/plasma-applet-thermal-monitor/archive/v${pkgver}.tar.gz")
sha256sums=('d8ff3a7eda0a672d763ff2e0b83deab4e9010e15bc73cd8cd3379408d264e08d')
prepare() {
cd "${_name}-${pkgver}"
mkdir -p build
}
build() {
cd "${_name}-${pkgver}/build"
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DLIB_INSTALL_DIR=lib \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
}
package() {
cd "${_name}-${pkgver}"/build
make install DESTDIR="${pkgdir}"
}

View File

@ -0,0 +1,34 @@
pkgname=plasma5-applets-weather-widget
_name=plasma-applet-weather-widget
pkgver=1.6.1
pkgrel=1
pkgdesc="Applet for displaying weather information from yr.no server"
arch=('x86_64')
url="https://github.com/kotelnik/plasma-applet-weather-widget"
license=('GPL')
group=('plasma5-applets')
depends=('plasma-workspace' 'qt5-graphicaleffects')
makedepends=('extra-cmake-modules')
source=("https://github.com/kotelnik/plasma-applet-weather-widget/archive/v${pkgver}.tar.gz")
sha256sums=('bd6dfbc331b23a583bebf83672b8129f8972420600af8cd54087a212ca4f7108')
prepare() {
cd "${_name}-${pkgver}"
mkdir -p build
}
build() {
cd "${_name}-${pkgver}/build"
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DLIB_INSTALL_DIR=lib \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
}
package() {
cd "${_name}-${pkgver}"/build
make install DESTDIR="${pkgdir}"
}

View File

@ -0,0 +1,20 @@
pkgname=plasma5-applets-webslice
_name=webslice-plasmoid
pkgver=0.8.1
pkgrel=1
pkgdesc="Add a slice of web on your desktop"
arch=('x86_64')
url="https://github.com/Cqoicebordel/webslice-plasmoid"
license=('GPL')
group=('plasma5-applets')
depends=('plasma-workspace' 'qt5-graphicaleffects')
makedepends=('extra-cmake-modules')
source=("https://github.com/Cqoicebordel/webslice-plasmoid/archive/${pkgver}.tar.gz")
sha256sums=('04d6c317b88805f8c3c26cf95727463495b708a7ff61c45e162a088f3e2a013d')
package() {
cd "${_name}-$pkgver"
install -d $pkgdir/usr/share/plasma/plasmoids/cqcb.plasma.webslice/contents
cp -r cqcb.plasma.webslice $pkgdir/usr/share/plasma/plasmoids
}

View File

@ -0,0 +1,28 @@
pkgname=plasma5-applets-yahoo-weather
_name=com.librehat.yahooweather
pkgver=5.0.0
pkgrel=1
pkgdesc="Yahoo! Weather Widget for Plasma Desktop"
arch=('x86_64')
url="https://github.com/librehat/com.librehat.yahooweather"
license=('GPL')
group=('plasma5-applets')
depends=('plasma-workspace' 'qt5-tools')
makedepends=('extra-cmake-modules' 'zip')
source=("https://github.com/librehat/com.librehat.yahooweather/archive/v${pkgver}.tar.gz")
sha256sums=('dfd45d9ae0632b4845838a3277645b85e257dec74758128bd1a9e089e966cb2e')
build() {
cd "${_name}-${pkgver}"
ver=`grep "X-KDE-PluginInfo-Version" metadata.desktop | sed 's/.*=//'`
app=`grep "X-KDE-PluginInfo-Name" metadata.desktop | sed 's/.*=//'`
}
package() {
cd "${_name}-${pkgver}"
install -d $pkgdir/usr/share/plasma/plasmoids/com.librehat.yahooweather/contents
install -D metadata.desktop $pkgdir/usr/share/plasma/plasmoids/com.librehat.yahooweather
cp -r contents $pkgdir/usr/share/plasma/plasmoids/com.librehat.yahooweather
}