diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-05 08:15:56 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-01-29 07:06:21 -0800 |
commit | 8a780597e8a77041d9f095096036c2f1dc3c7377 (patch) | |
tree | 90eaa371887fd28c502ab0a766295f18544a18e2 | |
parent | 9451ed073d9f406ad503a4a162d8a63d1e3d4df6 (diff) | |
download | harfbuzz-8a780597e8a77041d9f095096036c2f1dc3c7377.tar.gz harfbuzz-8a780597e8a77041d9f095096036c2f1dc3c7377.tar.bz2 harfbuzz-8a780597e8a77041d9f095096036c2f1dc3c7377.zip |
add packaging
-rw-r--r-- | packaging/baselibs.conf | 2 | ||||
-rw-r--r-- | packaging/harfbuzz.spec | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf index f5eabf6..0f8119e 100644 --- a/packaging/baselibs.conf +++ b/packaging/baselibs.conf @@ -1 +1 @@ -libharfbuzz0 +libharfbuzz diff --git a/packaging/harfbuzz.spec b/packaging/harfbuzz.spec index 0fa6d90..7a7df59 100644 --- a/packaging/harfbuzz.spec +++ b/packaging/harfbuzz.spec @@ -2,7 +2,6 @@ Name: harfbuzz Version: 0.9.3 Release: 2.1 License: MIT -# FIXME: graphite2 is not packaged / http://projects.palaso.org/projects/graphitedev Summary: An OpenType text shaping engine Url: http://www.freedesktop.org/wiki/Software/HarfBuzz Group: Productivity/Text/Utilities @@ -14,10 +13,8 @@ BuildRequires: pkgconfig(cairo-ft) BuildRequires: pkgconfig(freetype2) >= 2.3.8 BuildRequires: pkgconfig(glib-2.0) >= 2.16 BuildRequires: pkgconfig(gobject-2.0) -#BuildRequires: pkgconfig(graphite2) BuildRequires: pkgconfig(gthread-2.0) BuildRequires: pkgconfig(icu-uc) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description HarfBuzz is an OpenType text shaping engine. |