diff options
Diffstat (limited to 'castor-git')
-rw-r--r-- | castor-git/.SRCINFO | 24 | ||||
-rw-r--r-- | castor-git/.gitignore | 1 | ||||
-rw-r--r-- | castor-git/PKGBUILD | 43 | ||||
-rw-r--r-- | castor-git/castor-0.7.0-makefile.patch | 17 |
4 files changed, 0 insertions, 85 deletions
diff --git a/castor-git/.SRCINFO b/castor-git/.SRCINFO deleted file mode 100644 index d033564..0000000 --- a/castor-git/.SRCINFO +++ /dev/null @@ -1,24 +0,0 @@ -pkgbase = castor-git - pkgdesc = A gemini, gopher and finger graphical client - pkgver = 0.8.15.r16.g9db62db - pkgrel = 1 - url = https://git.sr.ht/~julienxx/castor - arch = i686 - arch = x86_64 - license = unknown - makedepends = git - makedepends = rust - makedepends = cargo - makedepends = patch - depends = gtk3 - depends = gdk-pixbuf2 - depends = pango - depends = atk - depends = cairo - depends = openssl - source = castor::git+https://git.sr.ht/~julienxx/castor - source = castor-0.7.0-makefile.patch - sha256sums = SKIP - sha256sums = 5ac7e5460d00176db71ec0d7972af1adee58c57dd9d7dff29ddecbadb07f4ee9 - -pkgname = castor-git diff --git a/castor-git/.gitignore b/castor-git/.gitignore deleted file mode 100644 index a824547..0000000 --- a/castor-git/.gitignore +++ /dev/null @@ -1 +0,0 @@ -castor diff --git a/castor-git/PKGBUILD b/castor-git/PKGBUILD deleted file mode 100644 index 9b4fcb5..0000000 --- a/castor-git/PKGBUILD +++ /dev/null @@ -1,43 +0,0 @@ -# Maintainer: Deposite Pirate <dpirate at metalpunks dot info> -# -# Upstream: https://git.metalpunks.info/arch-ports - -_pkgname=castor -pkgname=castor-git -pkgver=0.8.15.r16.g9db62db -pkgrel=1 -pkgdesc="A gemini, gopher and finger graphical client" -arch=('i686' 'x86_64') -url="https://git.sr.ht/~julienxx/castor" -license=('unknown') -depends=('gtk3' 'gdk-pixbuf2' 'pango' 'atk' 'cairo' 'openssl') -makedepends=('git' 'rust' 'cargo' 'patch') -source=("${_pkgname}::git+${url}" - castor-0.7.0-makefile.patch) -sha256sums=('SKIP' - '5ac7e5460d00176db71ec0d7972af1adee58c57dd9d7dff29ddecbadb07f4ee9') - -pkgver() { - cd "${_pkgname}" - ( set -o pipefail - git describe --long --tags 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' || - printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" - ) -} - -prepare() { - cd "${_pkgname}" - - # Fix installing to pkgdir - patch -p1 -i ../castor-0.7.0-makefile.patch -} - -build() { - cd "${_pkgname}" - cargo build --release -} - -package() { - cd "${_pkgname}" - make DESTDIR="${pkgdir}" install -} diff --git a/castor-git/castor-0.7.0-makefile.patch b/castor-git/castor-0.7.0-makefile.patch deleted file mode 100644 index ec585dd..0000000 --- a/castor-git/castor-0.7.0-makefile.patch +++ /dev/null @@ -1,17 +0,0 @@ -Common subdirectories: castor/data and castor-makefile/data -Common subdirectories: castor/.git and castor-makefile/.git -diff -u castor/Makefile castor-makefile/Makefile ---- castor/Makefile 2020-04-24 23:57:59.119673418 +0200 -+++ castor-makefile/Makefile 2020-04-24 23:58:41.033151139 +0200 -@@ -29,8 +29,8 @@ - # Install the data files and update the caches - install-data : copy-data - # Force icon cache refresh -- touch $(sharedir)/icons/hicolor -- update-desktop-database -+ #touch $(sharedir)/icons/hicolor -+ #update-desktop-database - - # Just copy the data files, without updating caches - copy-data : -Common subdirectories: castor/src and castor-makefile/src |