summaryrefslogtreecommitdiffstats
path: root/imagemagick-compat
diff options
context:
space:
mode:
authorkj-sh6042024-11-30 05:18:43 -0500
committerkj-sh6042024-11-30 05:18:43 -0500
commit2ec1318a2cc4b8917fe6f3e62e0fa22d401507d1 (patch)
tree1db0980772636c490dd7fd45b626f6773534347c /imagemagick-compat
parent28ba2325809a5ae1e6080cb6bb401609b84dde08 (diff)
refactor: make `-compat` a full-on replacement
Diffstat (limited to 'imagemagick-compat')
-rw-r--r--imagemagick-compat/.SRCINFO9
-rw-r--r--imagemagick-compat/PKGBUILD9
2 files changed, 8 insertions, 10 deletions
diff --git a/imagemagick-compat/.SRCINFO b/imagemagick-compat/.SRCINFO
index a92b9ad..8f470f2 100644
--- a/imagemagick-compat/.SRCINFO
+++ b/imagemagick-compat/.SRCINFO
@@ -1,5 +1,5 @@
-pkgbase = imagemagick-compat
- pkgdesc = An image viewing/manipulation program with convert command wrapper
+pkgbase = imagemagick
+ pkgdesc = An image viewing/manipulation program with "convert" compatibility wrapper script
pkgver = 7.1.1.41
pkgrel = 1
url = https://www.imagemagick.org/
@@ -61,8 +61,7 @@ pkgbase = imagemagick-compat
optdepends = openjpeg2: JPEG2000 support
optdepends = djvulibre: DJVU support
optdepends = pango: Text rendering
- provides = imagemagick
- conflicts = imagemagick
+ provides = libmagick
replaces = imagemagick-doc
options = !emptydirs
options = libtool
@@ -79,4 +78,4 @@ pkgbase = imagemagick-compat
source = https://imagemagick.org/archive/ImageMagick-7.1.1-41.tar.xz
sha256sums = 3de1a21654918c96f36de3d080dd8cf3f3d41515267db4c7a9e4b64e9dc646d8
-pkgname = imagemagick-compat
+pkgname = imagemagick
diff --git a/imagemagick-compat/PKGBUILD b/imagemagick-compat/PKGBUILD
index e32cc29..c96f267 100644
--- a/imagemagick-compat/PKGBUILD
+++ b/imagemagick-compat/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: kj_sh604 <406hs_jk@proton.me>
-pkgname=imagemagick-compat
+pkgname=imagemagick
pkgver=7.1.1.41
pkgrel=1
_relname=ImageMagick-${pkgver%%.*}
_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-pkgdesc='An image viewing/manipulation program with convert command wrapper'
+pkgdesc='An image viewing/manipulation program with "convert" compatibility wrapper script'
url='https://www.imagemagick.org/'
arch=(x86_64)
license=(custom)
@@ -45,9 +45,7 @@ optdepends=('ghostscript: PS/PDF support'
'pango: Text rendering')
options+=(!emptydirs libtool)
backup=(etc/$_relname/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-provides=(imagemagick)
-conflicts=(imagemagick)
-replaces=(imagemagick-doc)
+provides=(libmagick)
makedepends=(chrpath
djvulibre
ghostpcl
@@ -70,6 +68,7 @@ makedepends=(chrpath
openjpeg2)
checkdepends=(gsfonts
ttf-dejavu)
+replaces=(imagemagick-doc)
source=(https://imagemagick.org/archive/$_tarname.tar.xz)
sha256sums=('3de1a21654918c96f36de3d080dd8cf3f3d41515267db4c7a9e4b64e9dc646d8')