summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryar2016-08-09 13:35:37 -0700
committeryar2016-08-09 13:36:01 -0700
commit1e915d86e93aba382d4aa29733de5a6ef9279a05 (patch)
tree88730b0dc3229d3547927b29c3c64ea46e6eb010
parent4ebe0d6dee99e08dc3de0cfd120afa70fefde126 (diff)
downloadaur-1e915d86e93aba382d4aa29733de5a6ef9279a05.tar.gz
track patch
-rw-r--r--.SRCINFO2
-rw-r--r--0001-ttf-mgopen-new-debian-link.patch57
2 files changed, 58 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec95480831b8..bbbac532e25b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jul 20 10:57:13 UTC 2016
+# Tue Aug 9 20:35:45 UTC 2016
pkgbase = ttf-mgopen
pkgdesc = TrueType fonts containing glyphs for the Latin and Greek alphabet
pkgver = 1.1
diff --git a/0001-ttf-mgopen-new-debian-link.patch b/0001-ttf-mgopen-new-debian-link.patch
new file mode 100644
index 000000000000..589b37419234
--- /dev/null
+++ b/0001-ttf-mgopen-new-debian-link.patch
@@ -0,0 +1,57 @@
+From dc61e7d21ef5e6ae54ac64393d7e7e989382f5c7 Mon Sep 17 00:00:00 2001
+From: yar <yardenack@gmail.com>
+Date: Tue, 19 Jul 2016 11:51:18 -0700
+Subject: [PATCH 1/1] [ttf-mgopen] new debian link
+
+---
+ .SRCINFO | 6 ++++--
+ PKGBUILD | 7 +++----
+ 2 files changed, 7 insertions(+), 6 deletions(-)
+
+diff --git a/.SRCINFO b/.SRCINFO
+index eaabb4f..42ab8c9 100644
+--- a/.SRCINFO
++++ b/.SRCINFO
+@@ -1,3 +1,5 @@
++# Generated by mksrcinfo v8
++# Tue Jul 19 18:51:05 UTC 2016
+ pkgbase = ttf-mgopen
+ pkgdesc = TrueType fonts containing glyphs for the Latin and Greek alphabet
+ pkgver = 1.1
+@@ -8,9 +10,9 @@ pkgbase = ttf-mgopen
+ license = custom
+ depends = fontconfig
+ depends = xorg-font-utils
+- source = http://ftp.debian.org/debian/pool/main/t/ttf-mgopen/ttf-mgopen_1.1.orig.tar.gz
++ source = http://ftp.debian.org/debian/pool/main/f/fonts-mgopen/fonts-mgopen_1.1.orig.tar.bz2
+ source = license.txt
+- sha256sums = 14a9c967b8e84c95da2e27098b45ec8f1b64a160948b091a3c6220f05186d15a
++ sha256sums = c612a978a3c0c0dc469d1eb9364b35afad5dbc7cb3fa2523bc4fad6708474cb4
+ sha256sums = 2e2cbbc817d6b3e48b6aabd8d88fa800418cefe5b523d5429ce4f29480a4cad9
+
+ pkgname = ttf-mgopen
+diff --git a/PKGBUILD b/PKGBUILD
+index 76f5076..95314f4 100644
+--- a/PKGBUILD
++++ b/PKGBUILD
+@@ -12,14 +12,13 @@ url="https://web.archive.org/web/20120409173416/http://www.zvr.gr/typo/mgopen/in
+ license=('custom')
+ depends=('fontconfig' 'xorg-font-utils')
+ install=ttf.install
+-#source=(http://pub.ellak.gr/fonts/mgopen/files/MgOpen.tar.gz
+-source=(http://ftp.debian.org/debian/pool/main/t/$pkgname/${pkgname}_$pkgver.orig.tar.gz
++source=(http://ftp.debian.org/debian/pool/main/f/fonts-mgopen/fonts-mgopen_$pkgver.orig.tar.bz2
+ license.txt)
+-sha256sums=('14a9c967b8e84c95da2e27098b45ec8f1b64a160948b091a3c6220f05186d15a'
++sha256sums=('c612a978a3c0c0dc469d1eb9364b35afad5dbc7cb3fa2523bc4fad6708474cb4'
+ '2e2cbbc817d6b3e48b6aabd8d88fa800418cefe5b523d5429ce4f29480a4cad9')
+
+ package() {
+- cd "$srcdir/$pkgname-$pkgver.orig/TTFs"
++ cd "$srcdir/fonts-mgopen-$pkgver/TTFs"
+ install -dm755 "$pkgdir/usr/share/fonts/TTF"
+ install -Dm644 MgOpen*.ttf "$pkgdir/usr/share/fonts/TTF"
+ install -Dm644 "$srcdir/license.txt" "$pkgdir/usr/share/licenses/$pkgname/license.txt"
+--
+2.9.0
+