Various compilation scripts & patches for Linux programs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
690 B

  1. pkgname=plasma-workspace-wallpaper-video
  2. pkgver=1
  3. pkgrel=1
  4. pkgdesc="Video wallpaper for Plasma 5 workspace"
  5. arch=('any')
  6. license=('GPL3')
  7. depends=('plasma-workspace') #gstreamer0.10-ffmpeg
  8. source=('org.kde.video.tar.gz' 'org.kde.videoplaylist.tar.gz' 'm3uwrapper.desktop')
  9. md5sums=('05f58cc99405f9c87aab10106b5525f7'
  10. 'f3f21f3e67c3aaf22614c023566eadcb'
  11. '79ce66e4eb2a316640d3b38f6f3cf6fc')
  12. package() {
  13. mkdir -p $pkgdir/usr/share/{plasma/wallpapers/,/kservices5/ServiceMenus}
  14. cp -R $srcdir/{org.kde.video,org.kde.videoplaylist} $pkgdir/usr/share/plasma/wallpapers/
  15. install -D -m644 $srcdir/m3uwrapper.desktop $pkgdir/usr/share/kservices5/ServiceMenus/m3uwrapper.desktop
  16. }