mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: xfdashboard: Switch to git source.
* gnu/packages/xfce.scm (xfdashboard)[source]: Switch to git-fetch. [arguments]: Add "--enable-maintainer-mode" to configure-flags. [native-inputs]: Add xfce4-dev-tools. [home-page]: Set to docs.xfce.org. Change-Id: I2f9341f850c7ee4cfc0246f3f9117ec1549c5289
This commit is contained in:
parent
f4e14c1269
commit
a4dc9c3ccd
1 changed files with 15 additions and 16 deletions
|
@ -1253,22 +1253,21 @@ (define-public xfdashboard
|
||||||
(package
|
(package
|
||||||
(name "xfdashboard")
|
(name "xfdashboard")
|
||||||
(version "1.0.0")
|
(version "1.0.0")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append "https://archive.xfce.org/src/apps/"
|
(method git-fetch)
|
||||||
name
|
(uri (git-reference
|
||||||
"/"
|
(url (string-append "https://gitlab.xfce.org/apps/"
|
||||||
(version-major+minor version)
|
name))
|
||||||
"/"
|
(commit version)))
|
||||||
name
|
(file-name (git-file-name name version))
|
||||||
"-"
|
|
||||||
version
|
|
||||||
".tar.bz2"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1blydl57xzqndcj1dkfxbmsaad27s7mqwwj3mmidz2dx9cikabl8"))))
|
||||||
"19a8xz6zv039j2m595v4wld3x4inidc7idfkk0pp42ffwm1l6a55"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs (list intltool pkg-config `(,glib "bin")))
|
(arguments
|
||||||
|
(list #:configure-flags
|
||||||
|
#~(list "--enable-maintainer-mode"))) ;for enums.c, etc.
|
||||||
|
(native-inputs (list xfce4-dev-tools))
|
||||||
(inputs (list clutter
|
(inputs (list clutter
|
||||||
garcon
|
garcon
|
||||||
gtk+
|
gtk+
|
||||||
|
@ -1279,7 +1278,7 @@ (define-public xfdashboard
|
||||||
libxfce4ui
|
libxfce4ui
|
||||||
libxinerama
|
libxinerama
|
||||||
xfconf))
|
xfconf))
|
||||||
(home-page "https://www.xfce.org/")
|
(home-page "https://docs.xfce.org/apps/xfdashboard/")
|
||||||
(synopsis "Gnome shell like dashboard for Xfce")
|
(synopsis "Gnome shell like dashboard for Xfce")
|
||||||
(description
|
(description
|
||||||
"Xfdashboard provides a GNOME shell dashboard and MacOS Mission Control
|
"Xfdashboard provides a GNOME shell dashboard and MacOS Mission Control
|
||||||
|
|
Loading…
Reference in a new issue