summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2023-02-27 21:12:43 +0800
committertaotieren2023-02-27 21:12:43 +0800
commitc950112c047260f1f227d091d217eaf3bacb823e (patch)
treea41c9ac3d98cc274228f7fe9f185108635af43ea
parent117e9f1c26568d2d072bdfcaee7143d0432e66a4 (diff)
downloadaur-c950112c047260f1f227d091d217eaf3bacb823e.tar.gz
update 1.3.7
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD16
2 files changed, 12 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9ba5d98ce82..a700cfc71704 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,37 +1,21 @@
pkgbase = fantascene-dynamic-wallpaper-git
- pkgdesc = dynamic wallpaper. A very nice animated wallpaper on X11 systems.Support Movie and Web animated wallpaper.
- pkgver = 1.3.1
+ pkgdesc = dynamic wallpaper. A very nice animated wallpaper on X11 systems.Support Movie and Web animated wallpaper.
+ pkgver = 1.3.7.r18.g60c065b
pkgrel = 1
url = https://github.com/dependon/fantascene-dynamic-wallpaper
arch = x86_64
license = GPLv3
makedepends = git
makedepends = qconf
- makedepends = make
makedepends = pkgconfig
- depends = emby-theater
- depends = libgl
- depends = glib2
- depends = glibc
- depends = gcc
+ makedepends = make
depends = mpv
- depends = ffmpeg
- depends = fakeroot
- depends = libxrender
- depends = libx11
- depends = libxext
- depends = libxrender
depends = qt5-tools
- depends = qt5-base
- depends = qt5-declarative
- depends = qt5-location
depends = qt5-x11extras
depends = qt5-webengine
- depends = xcb-util-wm
provides = fantascene-dynamic-wallpaper-git
conflicts = fantascene-dynamic-wallpaper-git
conflicts = fantascene-dynamic-wallpaper
- options = !strip
source = fantascene-dynamic-wallpaper::git+https://github.com/dependon/fantascene-dynamic-wallpaper.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7005890df0c3..bc3d9410ecbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fantascene-dynamic-wallpaper-git
srcname=fantascene-dynamic-wallpaper-git
-pkgver=1.3.1
+pkgver=1.3.7.r18.g60c065b
pkgrel=1
pkgdesc=" dynamic wallpaper. A very nice animated wallpaper on X11 systems.Support Movie and Web animated wallpaper."
arch=('x86_64')
@@ -10,12 +10,14 @@ url="https://github.com/dependon/fantascene-dynamic-wallpaper"
license=('GPLv3')
provides=(${pkgname})
conflicts=(${pkgname} ${pkgname%-git})
-#replaces=(${pkgname})
-depends=( 'emby-theater' 'libgl' 'glib2' 'glibc' 'gcc' 'mpv' 'ffmpeg' 'fakeroot' 'libxrender' 'libx11' 'libxext' 'libxrender' 'qt5-tools' 'qt5-base' 'qt5-declarative' 'qt5-location' 'qt5-x11extras' 'qt5-webengine' 'xcb-util-wm')
-makedepends=('git' 'qconf' 'pkgconfig' 'make')
-backup=()
-options=('!strip')
-#install=${pkgname}.install
+depends=(mpv
+ qt5-tools
+ qt5-x11extras
+ qt5-webengine)
+makedepends=(git
+ qconf
+ pkgconfig
+ make)
source=("${pkgname%-git}::git+${url}.git")
sha256sums=('SKIP')