summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2019-08-19 22:17:56 -0400
committerSolomon Choina2019-08-19 22:17:56 -0400
commit2a068ed9767e06d918e96f800556a435b8534282 (patch)
treef452c0587ef404d6d7fc9a7028910aa5878a2b7f
parent230570a366274a4a4ec1d73d189c9b385b1ffb98 (diff)
downloadaur-2a068ed9767e06d918e96f800556a435b8534282.tar.gz
adding dependencies, and changing to modern specs
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--pantheon-files.install15
3 files changed, 8 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 231e8cbadc76..37c8afd2078f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Mar 4 09:55:50 UTC 2019
pkgbase = pantheon-files-git
pkgdesc = The Pantheon File Browser
- pkgver = r6405.3556bde8
+ pkgver = r6554.35b7661f
pkgrel = 1
url = https://github.com/elementary/files
arch = x86_64
@@ -20,11 +18,13 @@ pkgbase = pantheon-files-git
depends = gtk3
depends = libcanberra
depends = libgee
- depends = libgranite.so
+ depends = granite-git
+ depends = desktop-file-utils
depends = libnotify
depends = pango
depends = sqlite
depends = zeitgeist
+ depends = libcloudproviders
optdepends = contractor-git: Various context menu entries
optdepends = gvfs: Cleaner devices section
optdepends = tumbler: Thumbnails generation
diff --git a/PKGBUILD b/PKGBUILD
index 88ed5ed678f8..d074ee705b3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Ner0 <darkelfdarkelf666@yahoo.co.uk>
pkgname=pantheon-files-git
-pkgver=r6405.3556bde8
+pkgver=r6554.35b7661f
pkgrel=1
pkgdesc='The Pantheon File Browser'
arch=(x86_64)
@@ -17,11 +17,13 @@ depends=(
gtk3
libcanberra
libgee
- libgranite.so
+ granite-git
+ desktop-file-utils
libnotify
pango
sqlite
zeitgeist
+ libcloudproviders
)
makedepends=(
git
diff --git a/pantheon-files.install b/pantheon-files.install
deleted file mode 100644
index 370521d941cd..000000000000
--- a/pantheon-files.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- gtk-update-icon-cache -ftq /usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim: ts=2 sw=2 et: