Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
andri saputra
Adélie Package Tree
Commits
9df2f409
Verified
Commit
9df2f409
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/graphite2: bump to 1.3.12
parent
bdcf660b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
user/graphite2/APKBUILD
+3
-5
3 additions, 5 deletions
user/graphite2/APKBUILD
user/graphite2/cmake.patch
+0
-13
0 additions, 13 deletions
user/graphite2/cmake.patch
with
3 additions
and
18 deletions
user/graphite2/APKBUILD
+
3
−
5
View file @
9df2f409
...
...
@@ -2,8 +2,8 @@
# Maintainer:
pkgname
=
graphite2
_realname
=
${
pkgname
/2/
}
pkgver
=
1.3.1
0
pkgrel
=
1
pkgver
=
1.3.1
2
pkgrel
=
0
pkgdesc
=
"Text processing engine for complex languages"
url
=
"http://graphite.sil.org/"
arch
=
"all"
...
...
@@ -15,7 +15,6 @@ makedepends="$depends_dev cmake"
install
=
""
subpackages
=
"
$pkgname
-dev"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/silnrsi/
$_realname
/archive/
$pkgver
.tar.gz
cmake.patch
graphite2-1.2.0-cmakepath.patch
"
builddir
=
"
$srcdir
"
/
$_realname
-
$pkgver
...
...
@@ -41,6 +40,5 @@ package() {
make
DESTDIR
=
"
$pkgdir
/"
install
}
sha512sums
=
"9a6ff2ad88f04e55a6da862e6eefcf2d87c562bb9feedddc4532b66f7938b9ade4a12c8a4b19ab7b08ec3e34a96b97331621a7465b672407ab4d1af756df04c1 graphite2-1.3.10.tar.gz
44dcff1e6c8c5e3df92eae8cab501c9605a1cd3e16b6cdce2e376d78fd08b26b7f6e037b7e5878099ba426a93572114169b5f64c4d2ae0bcbe223f1d28b00eb5 cmake.patch
sha512sums
=
"d0aed05b54445a9664435d5aef9d78fc07a89be23d18b7b1339d37412b09faca6da3dc1e72524e4b114724b76aa6f36934e8ab1a01bd0752e353efa075c9e643 graphite2-1.3.12.tar.gz
4ef5414e6d554bb8d6ead435e38d061a073f350c313b7141158bb68332f5f57ca5250385875a387b828bb657964588e974143b96b5e11c2cd314871e7baddb88 graphite2-1.2.0-cmakepath.patch"
This diff is collapsed.
Click to expand it.
user/graphite2/cmake.patch
deleted
100644 → 0
+
0
−
13
View file @
bdcf660b
--- ./tests/CMakeLists.txt.orig
+++ ./tests/CMakeLists.txt
@@ -58,7 +58,9 @@
LINKER_LANGUAGE C)
endif (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
-add_subdirectory(comparerenderer)
+if (GRAPHITE2_COMPARE_RENDERER)
+ add_subdirectory(comparerenderer)
+endif (GRAPHITE2_COMPARE_RENDERER)
add_subdirectory(endian)
add_subdirectory(bittwiddling)
if (NOT GRAPHITE2_NFILEFACE)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment