updated autotools stuff
This commit is contained in:
parent
c3ce6f25e5
commit
f208f9c546
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
Makefile.in
|
||||
aclocal.m4
|
||||
autom4te.cache/
|
||||
configure
|
||||
install-sh
|
||||
missing
|
||||
Makefile
|
||||
config.log
|
||||
config.status
|
@ -18,7 +18,7 @@ You can build and install the Paper icon themes from source:
|
||||
make
|
||||
sudo make install
|
||||
|
||||
This procedure requires ```gnome-common``` on your system.
|
||||
This procedure requires ```autotools``` on your system.
|
||||
|
||||
###Installing Paper
|
||||
|
||||
|
12
autogen.sh
12
autogen.sh
@ -1,5 +1,11 @@
|
||||
#!/bin/sh
|
||||
# Run this to generate all the initial makefiles, etc.
|
||||
|
||||
autoreconf -vfi
|
||||
./configure --prefix=/usr $*
|
||||
set -e
|
||||
|
||||
autoreconf --force --install --symlink --warnings=all
|
||||
|
||||
if test -z "${NOCONFIGURE}"; then
|
||||
set -x
|
||||
./configure --prefix=/usr "$@"
|
||||
make clean
|
||||
fi
|
@ -1,4 +1,4 @@
|
||||
AC_INIT([Paper ], 1.0, [sam@snwh.org], [Paper], [http://snwh.org/paper])
|
||||
AC_INIT([Paper ], 1.1, [https://github.com/snwh/paper-icon-theme/issues], [paper-icon-theme], [http://snwh.org/paper])
|
||||
AM_INIT_AUTOMAKE([-Wno-portability no-dist-gzip dist-xz foreign subdir-objects 1.9 tar-ustar])
|
||||
AC_PREFIX_DEFAULT(/usr/local)
|
||||
AM_SILENT_RULES([yes])
|
||||
@ -8,11 +8,11 @@ AC_CONFIG_FILES([Makefile])
|
||||
AC_OUTPUT
|
||||
|
||||
AC_MSG_RESULT([
|
||||
Paper icon theme $VERSION
|
||||
Paper Icon Theme $VERSION
|
||||
========
|
||||
|
||||
prefix: ${prefix}
|
||||
exec_prefix: ${exec_prefix}
|
||||
datarootdir: ${datarootdir}
|
||||
|
||||
])
|
||||
])
|
@ -17,7 +17,7 @@
|
||||
%global commit0 40-CHARACTER-HASH-VALUE
|
||||
|
||||
name: paper-icon-theme
|
||||
version: 1.0
|
||||
version: 1.1
|
||||
release: 1
|
||||
|
||||
Summary: Paper Icon theme
|
||||
|
Loading…
x
Reference in New Issue
Block a user