aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-10-24 23:01:13 +0200
committerMattias Andrée <maandree@operamail.com>2013-10-24 23:01:13 +0200
commit342e0b62273226ce59baa6cc7bb47a10a13102cd (patch)
treee88eab87ab900aa38d006411b5d23bc1ebf04bdf
parentm (diff)
downloadgpp-342e0b62273226ce59baa6cc7bb47a10a13102cd.tar.gz
gpp-342e0b62273226ce59baa6cc7bb47a10a13102cd.tar.bz2
gpp-342e0b62273226ce59baa6cc7bb47a10a13102cd.tar.xz
gpp conflicts with other packages
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--.gitignore2
-rw-r--r--dist/archlinux/stable/PKGBUILD4
-rw-r--r--dist/archlinux/stable/general-preprocessor.install (renamed from dist/archlinux/stable/gpp.install)2
3 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 7b8ca43..e7bc08a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,7 @@ bin/
__pycache__/
/dist/*/*/*
!/dist/*/*/PKGBUILD
-!/dist/*/*/gpp.install
+!/dist/*/*/*.install
.*
!.git*
\#*\#
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD
index f997f85..592cae5 100644
--- a/dist/archlinux/stable/PKGBUILD
+++ b/dist/archlinux/stable/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
-pkgname=gpp
+pkgname=general-preprocessor
pkgver=1
pkgrel=1
pkgdesc="Bash based preprocessor for anything"
@@ -9,7 +9,7 @@ arch=(any)
license=(GPL3)
depends=(python bash)
makedepends=(make coreutils python texinfo gzip)
-install=gpp.install
+install=general-preprocessor.install
source=("${url}/archive/${pkgver}.tar.gz")
sha256sums=(1f60c616624e4cbef9140f19b758c7132f509e50dc659ef133952f1e46ddab25)
diff --git a/dist/archlinux/stable/gpp.install b/dist/archlinux/stable/general-preprocessor.install
index 5204b7e..822bdd3 100644
--- a/dist/archlinux/stable/gpp.install
+++ b/dist/archlinux/stable/general-preprocessor.install
@@ -1,4 +1,4 @@
-_file="gpp"
+_file="general-preprocessor"
infodir="usr/share/info"
file="${_file}.info.gz"