fix: add missing change file entries

This commit is contained in:
ngn 2024-08-25 20:59:41 +03:00
parent 5ac173394c
commit bf333bad14
11 changed files with 27 additions and 5 deletions

View File

@ -1,2 +1,5 @@
# 2.6.2
Updated to the latest upstream release
# 2.6.0 # 2.6.0
First version First version

View File

@ -1,2 +1,5 @@
# 1.35.1
Updated to the latest upstream release
# 1.35 # 1.35
First version First version

View File

@ -24,12 +24,13 @@ PACKAGE(){
tar xf "${NAME}_${VERSION}.orig.tar.gz" tar xf "${NAME}_${VERSION}.orig.tar.gz"
cd "${NAME}-${VERSION}" cd "${NAME}-${VERSION}"
export CFLAGS="${CFLAGS} -std=gnu89" export CFLAGS+=" -std=gnu89 "
./configure --prefix=/usr \ ./configure --prefix=/usr \
--libdir=/usr/lib/libfakeroot \ --libdir=/usr/lib/libfakeroot \
--disable-static \ --disable-static \
--with-ipc=sysv --with-ipc=sysv
make make
make DESTDIR="${ROOTDIR}" install make DESTDIR="${ROOTDIR}" install
@ -40,5 +41,5 @@ PACKAGE(){
} }
INSTALL(){ INSTALL(){
usr/bin/ldconfig -r . ldconfig -r .
} }

View File

@ -1,2 +1,2 @@
# 74.2 # 74-2
First version First version

View File

@ -1,2 +1,5 @@
# 1.9
Updated to the latest upstream release
# 1.8 # 1.8
First version First version

View File

@ -1,2 +1,2 @@
# 1.3.5 # 1.3.4
First version First version

View File

@ -1,2 +1,5 @@
# 2.13.3
Updated to the latest upstream release
# 2.13.2 # 2.13.2
First version First version

View File

@ -1,2 +1,5 @@
# 2.9.2
Updated to the latest upstream release
# 2.8.9rel.1 # 2.8.9rel.1
First version First version

View File

@ -1,2 +1,5 @@
# 2.2.0
Updated to a newer upstream release
# 2.1.1 # 2.1.1
First version First version

View File

@ -4,7 +4,7 @@ DESC="Package compiler and linker metadata toolkit"
VERSION="2.2.0" VERSION="2.2.0"
# required files # required files
FILES=("https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-2.2.0.tar.gz") FILES=("https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-${VERSION}.tar.gz")
HASHES=("2c72cbf37b2d42a9fbf7ed8f0e5432a0b0925481f67995a21ecf77962a6000bc") HASHES=("2c72cbf37b2d42a9fbf7ed8f0e5432a0b0925481f67995a21ecf77962a6000bc")
# install and build depends # install and build depends

View File

@ -1,2 +1,5 @@
# 72.2.0
Updated to a newer upstream release
# 69.5.1 # 69.5.1
First version First version