[arch-commits] Commit in pantheon-photos/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu Apr 9 10:52:52 UTC 2020
Date: Thursday, April 9, 2020 @ 10:52:51
Author: alucryd
Revision: 612997
archrelease: copy trunk to community-x86_64
Added:
pantheon-photos/repos/community-x86_64/PKGBUILD
(from rev 612996, pantheon-photos/trunk/PKGBUILD)
Deleted:
pantheon-photos/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 120 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 60 insertions(+), 60 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-09 10:52:45 UTC (rev 612996)
+++ PKGBUILD 2020-04-09 10:52:51 UTC (rev 612997)
@@ -1,60 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-photos
-pkgver=2.6.5
-pkgrel=1
-pkgdesc='The Pantheon Photos Manager'
-arch=(x86_64)
-url=https://github.com/elementary/photos
-license=(GPL3)
-depends=(
- cairo
- gdk-pixbuf2
- geocode-glib
- glib2
- gst-plugins-base-libs
- gstreamer
- gtk3
- json-glib
- libexif
- libgee
- libgexiv2
- libgphoto2
- libgranite.so
- libgudev-1.0.so
- libraw
- libsoup
- libxml2
- pango
- rest
- sqlite
-)
-makedepends=(
- git
- intltool
- meson
- vala
- webkit2gtk
-)
-optdepends=('webkit2gtk: Publishing plugins')
-groups=(pantheon)
-source=(pantheon-photos::git+https://github.com/elementary/photos.git#tag=4c01882555f6dac04515e737e6fb15f54a58074c)
-sha256sums=(SKIP)
-
-pkgver() {
- cd pantheon-photos
-
- git describe --tags
-}
-
-build() {
- arch-meson pantheon-photos build \
- -D libunity=false
- ninja -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:
Copied: pantheon-photos/repos/community-x86_64/PKGBUILD (from rev 612996, pantheon-photos/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-09 10:52:51 UTC (rev 612997)
@@ -0,0 +1,60 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-photos
+pkgver=2.7.0
+pkgrel=1
+pkgdesc='The Pantheon Photos Manager'
+arch=(x86_64)
+url=https://github.com/elementary/photos
+license=(GPL3)
+depends=(
+ cairo
+ gdk-pixbuf2
+ geocode-glib
+ glib2
+ gst-plugins-base-libs
+ gstreamer
+ gtk3
+ json-glib
+ libexif
+ libgee
+ libgexiv2
+ libgphoto2
+ libgranite.so
+ libgudev-1.0.so
+ libraw
+ libsoup
+ libxml2
+ pango
+ rest
+ sqlite
+)
+makedepends=(
+ git
+ intltool
+ meson
+ vala
+ webkit2gtk
+)
+optdepends=('webkit2gtk: Publishing plugins')
+groups=(pantheon)
+source=(pantheon-photos::git+https://github.com/elementary/photos.git#tag=84e161733d921a4a8a520bfc8a2654d69928c942)
+sha256sums=(SKIP)
+
+pkgver() {
+ cd pantheon-photos
+
+ git describe --tags
+}
+
+build() {
+ arch-meson pantheon-photos build \
+ -D libunity=false
+ ninja -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list