[arch-commits] Commit in tidy/repos (4 files)

Jelle van der Waa jelle at archlinux.org
Mon Jul 10 15:08:03 UTC 2017


    Date: Monday, July 10, 2017 @ 15:08:02
  Author: jelle
Revision: 300026

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  tidy/repos/extra-i686/PKGBUILD
    (from rev 300025, tidy/trunk/PKGBUILD)
  tidy/repos/extra-x86_64/PKGBUILD
    (from rev 300025, tidy/trunk/PKGBUILD)
Deleted:
  tidy/repos/extra-i686/PKGBUILD
  tidy/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   84 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   42 ------------------------
 extra-x86_64/PKGBUILD |   42 ------------------------
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-07-10 15:07:50 UTC (rev 300025)
+++ extra-i686/PKGBUILD	2017-07-10 15:08:02 UTC (rev 300026)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 230776 2015-02-04 23:00:34Z bluewind $
-# Maintainer:
-# Contributor: eric <eric at archlinux.org>
-# Contributor: Markus Meissner <markus at meissna.de>
-
-pkgname=tidy
-pkgver=5.4.0
-pkgrel=1
-pkgdesc="A tool to tidy down your HTML code to a clean style"
-arch=(i686 x86_64)
-url="http://www.html-tidy.org/"
-license=(custom)
-depends=(glibc)
-makedepends=(cmake libxslt)
-conflicts=(tidyhtml)
-provides=(tidyhtml)
-replaces=(tidyhtml)
-source=("https://github.com/htacg/tidy-html5/archive/$pkgver.tar.gz")
-md5sums=('7e121e1da7e21dc47610b87aae4b4f65')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../tidy-html5-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# Compatibility symlinks until everything is ported
-  ln -s tidybuffio.h "$pkgdir"/usr/include/buffio.h
-  ln -s tidyplatform.h "$pkgdir"/usr/include/platform.h
-
-  install -Dm644 "$srcdir"/$pkgname-html5-$pkgver/README/LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: tidy/repos/extra-i686/PKGBUILD (from rev 300025, tidy/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-07-10 15:08:02 UTC (rev 300026)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 230776 2015-02-04 23:00:34Z bluewind $
+# Maintainer:
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Markus Meissner <markus at meissna.de>
+
+pkgname=tidy
+pkgver=5.4.0
+pkgrel=2
+pkgdesc="A tool to tidy down your HTML code to a clean style"
+arch=(i686 x86_64)
+url="http://www.html-tidy.org/"
+license=(custom)
+depends=(glibc)
+makedepends=(cmake libxslt)
+conflicts=(tidyhtml)
+provides=(tidyhtml)
+replaces=(tidyhtml)
+source=("https://github.com/htacg/tidy-html5/archive/$pkgver.tar.gz")
+md5sums=('7e121e1da7e21dc47610b87aae4b4f65')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../tidy-html5-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# Compatibility symlinks until everything is ported
+  ln -s tidybuffio.h "$pkgdir"/usr/include/buffio.h
+  ln -s tidyplatform.h "$pkgdir"/usr/include/platform.h
+
+  install -Dm644 "$srcdir"/$pkgname-html5-$pkgver/README/LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-07-10 15:07:50 UTC (rev 300025)
+++ extra-x86_64/PKGBUILD	2017-07-10 15:08:02 UTC (rev 300026)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 230776 2015-02-04 23:00:34Z bluewind $
-# Maintainer:
-# Contributor: eric <eric at archlinux.org>
-# Contributor: Markus Meissner <markus at meissna.de>
-
-pkgname=tidy
-pkgver=5.4.0
-pkgrel=1
-pkgdesc="A tool to tidy down your HTML code to a clean style"
-arch=(i686 x86_64)
-url="http://www.html-tidy.org/"
-license=(custom)
-depends=(glibc)
-makedepends=(cmake libxslt)
-conflicts=(tidyhtml)
-provides=(tidyhtml)
-replaces=(tidyhtml)
-source=("https://github.com/htacg/tidy-html5/archive/$pkgver.tar.gz")
-md5sums=('7e121e1da7e21dc47610b87aae4b4f65')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../tidy-html5-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# Compatibility symlinks until everything is ported
-  ln -s tidybuffio.h "$pkgdir"/usr/include/buffio.h
-  ln -s tidyplatform.h "$pkgdir"/usr/include/platform.h
-
-  install -Dm644 "$srcdir"/$pkgname-html5-$pkgver/README/LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: tidy/repos/extra-x86_64/PKGBUILD (from rev 300025, tidy/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-07-10 15:08:02 UTC (rev 300026)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 230776 2015-02-04 23:00:34Z bluewind $
+# Maintainer:
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Markus Meissner <markus at meissna.de>
+
+pkgname=tidy
+pkgver=5.4.0
+pkgrel=2
+pkgdesc="A tool to tidy down your HTML code to a clean style"
+arch=(i686 x86_64)
+url="http://www.html-tidy.org/"
+license=(custom)
+depends=(glibc)
+makedepends=(cmake libxslt)
+conflicts=(tidyhtml)
+provides=(tidyhtml)
+replaces=(tidyhtml)
+source=("https://github.com/htacg/tidy-html5/archive/$pkgver.tar.gz")
+md5sums=('7e121e1da7e21dc47610b87aae4b4f65')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../tidy-html5-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# Compatibility symlinks until everything is ported
+  ln -s tidybuffio.h "$pkgdir"/usr/include/buffio.h
+  ln -s tidyplatform.h "$pkgdir"/usr/include/platform.h
+
+  install -Dm644 "$srcdir"/$pkgname-html5-$pkgver/README/LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list