summarylogtreecommitdiffstats
path: root/0001-ttf-mgopen-new-debian-link.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-ttf-mgopen-new-debian-link.patch')
-rw-r--r--0001-ttf-mgopen-new-debian-link.patch57
1 files changed, 0 insertions, 57 deletions
diff --git a/0001-ttf-mgopen-new-debian-link.patch b/0001-ttf-mgopen-new-debian-link.patch
deleted file mode 100644
index 589b37419234..000000000000
--- a/0001-ttf-mgopen-new-debian-link.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-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
-