mirror of
https://github.com/alexkay/spek.git
synced 2025-04-21 19:07:37 +03:00
Switch to xz tarballs
This commit is contained in:
parent
424aaf9a14
commit
5ab7d3f9d8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,7 +1,6 @@
|
||||
*~
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
*.bz2
|
||||
compile
|
||||
config.*
|
||||
configure
|
||||
@ -45,3 +44,4 @@ stamp-h1
|
||||
test*
|
||||
web/version
|
||||
xmldocs.make
|
||||
*.xz
|
||||
|
@ -3,7 +3,7 @@
|
||||
AC_INIT([spek],[0.7])
|
||||
AC_CONFIG_SRCDIR([src/spek.vala])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2])
|
||||
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz])
|
||||
|
||||
# Enable silent rules is available
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
2
dist/debian/watch
vendored
2
dist/debian/watch
vendored
@ -1,3 +1,3 @@
|
||||
version=3
|
||||
http://code.google.com/p/spek/downloads/list \
|
||||
.*/spek-([0-9.]+)\.tar\.bz2
|
||||
.*/spek-([0-9.]+)\.tar\.xz
|
||||
|
2
dist/osx/spek.modules.in
vendored
2
dist/osx/spek.modules.in
vendored
@ -33,7 +33,7 @@
|
||||
</autotools>
|
||||
|
||||
<autotools id="spek" autogen-sh="configure">
|
||||
<branch module="spek-@VERSION@.tar.bz2" version="@VERSION@" repo="spek"/>
|
||||
<branch module="spek-@VERSION@.tar.xz" version="@VERSION@" repo="spek"/>
|
||||
<dependencies>
|
||||
<dep package="meta-gtk-osx-bootstrap"/>
|
||||
<dep package="meta-gtk-osx-core"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user