diff options
author | Adrien Nader <adrien@notk.org> | 2013-03-17 12:26:45 +0100 |
---|---|---|
committer | Adrien Nader <adrien@notk.org> | 2013-03-17 16:52:44 +0100 |
commit | a47eb9a74f77d2b9affa32ebaa649710d526ee52 (patch) | |
tree | 9a9d795d2e587f4bc45d22e429f9555ae47d5731 /x | |
parent | 8cc2e6a1aa11f635102aa90997dadceea8a8c359 (diff) |
metas: change all meta files to scripts to match makeypkg's new format.
Diffstat (limited to 'x')
-rwxr-xr-x | x/fontconfig/fontconfig.SlackBuild | 4 | ||||
-rw-r--r-- | x/fontconfig/fontconfig.yypkg.meta | 5 | ||||
-rw-r--r-- | x/fontconfig/fontconfig.yypkg.script | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/x/fontconfig/fontconfig.SlackBuild b/x/fontconfig/fontconfig.SlackBuild index 2b8beb8..d7f042f 100755 --- a/x/fontconfig/fontconfig.SlackBuild +++ b/x/fontconfig/fontconfig.SlackBuild @@ -174,11 +174,11 @@ if [ -d $PKG/${PREFIX}/man ]; then ) fi -cat ${CWD}/fontconfig.yypkg.meta | sed \ +cat ${CWD}/fontconfig.yypkg.script | sed \ -e "s/%{PKG}/fontconfig/" \ -e "s/%{HST}/${HOST_TRIPLET}/" \ -e "s/%{TGT}//" \ -e "s/%{VER}/$(echo ${VERSION} | tr . ' ')/" \ -e "s/%{BUILD}/${BUILD}/" \ -e "s/%{DESCR}/${DESCR:-"No description"}/" \ - | makeypkg -o ${YYOUTPUT} -meta - "${PKG}/${PREFIX}" + | makeypkg -o ${YYOUTPUT} -script - "${PKG}/${PREFIX}" diff --git a/x/fontconfig/fontconfig.yypkg.meta b/x/fontconfig/fontconfig.yypkg.meta deleted file mode 100644 index a2d3c39..0000000 --- a/x/fontconfig/fontconfig.yypkg.meta +++ /dev/null @@ -1,5 +0,0 @@ -((name %{PKG}) (size_expanded (TB 42)) - (version ((%{VER}) Stable %{BUILD})) - (packager_email adrien@notk.org) (packager_name "Adrien Nader") - (description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ()) - (comments ())) diff --git a/x/fontconfig/fontconfig.yypkg.script b/x/fontconfig/fontconfig.yypkg.script new file mode 100644 index 0000000..27b4dd4 --- /dev/null +++ b/x/fontconfig/fontconfig.yypkg.script @@ -0,0 +1,6 @@ +(((name %{PKG}) (size_expanded (TB 42)) + (version ((%{VER}) Stable %{BUILD})) + (packager_email adrien@notk.org) (packager_name "Adrien Nader") + (description "%{DESCR}") (host %{HST}) (target (%{TGT})) (predicates ()) + (comments ())) + () ()) |