summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSungyeon Woo <s.woo@samsung.com>2014-08-08 17:03:20 +0900
committerSungyeon Woo <s.woo@samsung.com>2014-08-08 17:03:57 +0900
commit2b466374cb068bc799388985f3e27619ce20aa3c (patch)
tree38d428986ec6a342ec133a416534b32a8d082409
parentdc9fc149197fa4d7015670f4cff613f4d0537e36 (diff)
downloaddefault-fonts-fc-sdk-2b466374cb068bc799388985f3e27619ce20aa3c.tar.gz
default-fonts-fc-sdk-2b466374cb068bc799388985f3e27619ce20aa3c.tar.bz2
default-fonts-fc-sdk-2b466374cb068bc799388985f3e27619ce20aa3c.zip
Add default-fonts-fc-sdk package for SDK
Change-Id: Ib8220fecc2b1e7a6148742256a283cbc51d012ad Signed-off-by: Sungyeon Woo <s.woo@samsung.com>
-rw-r--r--debian/README.Debian6
-rw-r--r--debian/changelog39
-rw-r--r--debian/compat1
-rw-r--r--debian/control14
-rw-r--r--debian/default-fonts-fc-sdk.install2
-rw-r--r--debian/default-fonts-fc-sdk.postinst20
-rw-r--r--debian/dirs2
-rw-r--r--debian/docs0
-rwxr-xr-xdebian/rules85
-rwxr-xr-xdefault-fonts-fc-sdk.init.sh1
-rw-r--r--packaging/default-fonts-fc-sdk.spec31
-rwxr-xr-xsdk_fonts_fc/99-slp.conf12
12 files changed, 21 insertions, 192 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index 078e0c2..0000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,6 +0,0 @@
-default-fonts-fc-sdk for Debian
--------------------------------
-
-<possible notes regarding this package - if none, delete this file>
-
- -- Minsu Han <minsu81.han@samsung.com> Thu, 09 Sep 2010 20:53:06 +0900
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 12b41d9..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,39 +0,0 @@
-default-fonts-fc-sdk (0.0.2-3) unstable; urgency=low
-
- * Modify Maintainer
- * Git: 165.213.180.234:slp/sdk/default-fonts-fc-sdk
- * Tag: default-fonts-fc-sdk_0.0.2-3
-
- -- Minsu Han <minsu81.han@samsung.com> Tue, 06 Dec 2011 18:13:06 +0900
-
-default-fonts-fc-sdk (0.0.2-2) unstable; urgency=low
-
- * Remove default-fonts-sdk dependency
- * Git: 165.213.180.234:slp/sdk/default-fonts-fc-sdk
- * Tag: default-fonts-fc-sdk_0.0.2-2
-
- -- Minsu Han <minsu81.han@samsung.com> Mon, 29 Aug 2011 10:00:03 +0900
-
-default-fonts-fc-sdk (0.0.2-1) unstable; urgency=low
-
- * Version up for dupload
- * Git: 165.213.180.234:slp/sdk/default-fonts-fc-sdk
- * Tag: default-fonts-fc-sdk_0.0.2-1
-
- -- Minsu Han <minsu81.han@samsung.com> Thu, 11 Aug 2011 17:56:21 +0900
-
-default-fonts-fc-sdk (0.0.1-2) unstable; urgency=low
-
- * Rename default-fonts-fc-slp to default-fonts-fc-sdk
- * Git: 165.213.180.234:slp/sdk/default-fonts-fc-sdk
- * Tag: default-fonts-fc-sdk_0.0.1-2
-
- -- Minsu Han <minsu81.han@samsung.com> Thu, 11 Aug 2011 15:11:47 +0900
-
-default-fonts-fc-sdk (0.0.1-1) unstable; urgency=low
-
- * Initial release
- * Git: 165.213.180.234:slp/sdk/default-fonts-fc-sdk
- * Tag: default-fonts-fc-sdk_0.0.1-1
-
- -- MyoungWoon Roy Kim <myoungwoon.kim@samsung.com> Tue, 11 Jan 2011 20:22:57 +0900
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 7ed6ff8..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 7d8a0cf..0000000
--- a/debian/control
+++ /dev/null
@@ -1,14 +0,0 @@
-Source: default-fonts-fc-sdk
-Section: misc
-Priority: extra
-Maintainer: Minsu Han <minsu81.han@samsung.com>
-Uploaders: Minsu Han <minsu81.han@samsung.com>
-Build-Depends: debhelper (>= 5)
-Standards-Version: 3.7.2
-Homepage: N/A
-
-Package: default-fonts-fc-sdk
-Section: misc
-Architecture: any
-Description: Font configuration package for fontconfig
- This package is maintained by SDK team
diff --git a/debian/default-fonts-fc-sdk.install b/debian/default-fonts-fc-sdk.install
deleted file mode 100644
index aa796c6..0000000
--- a/debian/default-fonts-fc-sdk.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/etc/fonts/conf.d/*
-usr/etc/fonts/conf.avail/*
diff --git a/debian/default-fonts-fc-sdk.postinst b/debian/default-fonts-fc-sdk.postinst
deleted file mode 100644
index d50cb31..0000000
--- a/debian/default-fonts-fc-sdk.postinst
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-FONT_FILES="99-slp.conf"
-
-if [ ${USER} == "root" ]
-then
- # Change file owner
- # Font files
- for file in `echo $FONT_FILES`
- do
- chown root:root /usr/etc/fonts/conf.d/$file
- done
-fi
-
-# Font files
-for file in `echo $FONT_FILES`
-do
- chmod 644 /usr/etc/fonts/conf.d/$file
-done
-
diff --git a/debian/dirs b/debian/dirs
deleted file mode 100644
index ca882bb..0000000
--- a/debian/dirs
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/bin
-usr/sbin
diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index e69de29..0000000
--- a/debian/docs
+++ /dev/null
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index f41458e..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,85 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-INSTALL_DIR = $(CURDIR)/debian/tmp
-CONFIG_NAME = 99-slp.conf
-
-configure: configure-stamp
-
-configure-stamp:
- touch configure-stamp
-
-
-build: build-stamp
-
-build-stamp: configure-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp configure-stamp
-
- # Add here commands to clean up after the build process.
- -rm -rf $(INSTALL_DIR) clean
- -rm -rf $(CURDIR)/debian/default-fonts-fc-sdk
-
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
-
- # Add here commands to install the package into debian/default-fonts-fc-slp.
- mkdir -p $(INSTALL_DIR)/usr/etc/fonts/conf.d/
- mkdir -p $(INSTALL_DIR)/usr/etc/fonts/conf.avail/ && cp -a $(CURDIR)/sdk_fonts_fc/* $(INSTALL_DIR)/usr/etc/fonts/conf.avail/
- cd $(INSTALL_DIR)/usr/etc/fonts/conf.d/
- ln -s ../conf.avail/$(CONFIG_NAME) $(INSTALL_DIR)/usr/etc/fonts/conf.d/$(CONFIG_NAME)
-
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
- dh_testdir
- dh_testroot
- dh_installchangelogs
- dh_installdocs
- dh_installexamples
- dh_install --sourcedir=debian/tmp
-# dh_installmenu
-# dh_installdebconf
-# dh_installlogrotate
-# dh_installemacsen
-# dh_installpam
-# dh_installmime
-# dh_python
-# dh_installinit
-# dh_installcron
-# dh_installinfo
- dh_installman
- dh_link
- dh_strip
- dh_compress
- dh_fixperms
-# dh_perl
-# dh_makeshlibs
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
diff --git a/default-fonts-fc-sdk.init.sh b/default-fonts-fc-sdk.init.sh
new file mode 100755
index 0000000..0dc29a2
--- /dev/null
+++ b/default-fonts-fc-sdk.init.sh
@@ -0,0 +1 @@
+cp -p /usr/opt/etc/fonts/conf.avail/99-slp.conf /opt/etc/fonts/conf.avail/99-slp.conf
diff --git a/packaging/default-fonts-fc-sdk.spec b/packaging/default-fonts-fc-sdk.spec
index 4b12f6c..e27a325 100644
--- a/packaging/default-fonts-fc-sdk.spec
+++ b/packaging/default-fonts-fc-sdk.spec
@@ -1,8 +1,8 @@
#sbs-git:slp/sdk/default-fonts-fc-sdk default-fonts-fc-sdk 0.0.2 8414dbd3e62b6f7a864ba031e043dd7604b3d86d
Name: default-fonts-fc-sdk
Summary: Font configuration package for SDK
-Version: 0.0.2
-Release: 6
+Version: 0.0.3
+Release: 1
Group: TO_BE/FILLED_IN
License: TO BE FILLED IN
Source0: %{name}-%{version}.tar.gz
@@ -19,20 +19,27 @@ This package is maintained by SDK team
cp %{SOURCE1001} .
%install
-rm -rf %{buildroot}
+export FONT_CONF_FILE="99-slp.conf"
-mkdir -p %{buildroot}%{_prefix}/etc/fonts/conf.d/
-mkdir -p %{buildroot}/opt/etc/fonts/conf.avail/ && cp -a sdk_fonts_fc/* %{buildroot}/opt/etc/fonts/conf.avail/
-cd %{buildroot}%{_prefix}/etc/fonts/conf.d/
-ln -s ../../../../opt/etc/fonts/conf.avail/99-slp.conf %{buildroot}%{_prefix}/etc/fonts/conf.d/99-slp.conf
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/opt/etc/fonts/conf.avail/
+mkdir -p %{buildroot}/etc/opt/init/ && cp -a default-fonts-fc-sdk.init.sh %{buildroot}/etc/opt/init/
+mkdir -p %{buildroot}/usr/etc/fonts/conf.d/
+mkdir -p %{buildroot}/usr/opt/etc/fonts/conf.avail/ && cp -a sdk_fonts_fc/* %{buildroot}/usr/opt/etc/fonts/conf.avail/
+cd %{buildroot}/usr/etc/fonts/conf.d/
+ln -s ../../../../opt/etc/fonts/conf.avail/$FONT_CONF_FILE %{buildroot}/usr/etc/fonts/conf.d/$FONT_CONF_FILE
%post
-chown :5000 /opt/etc/fonts/conf.avail/99-slp.conf
-chmod 664 /opt/etc/fonts/conf.avail/99-slp.conf
+chown :5000 /usr/opt/etc/fonts/conf.avail/99-slp.conf
+chmod 664 /usr/opt/etc/fonts/conf.avail/99-slp.conf
+/etc/opt/init/default-fonts-fc-sdk.init.sh
+chsmack -a '*' /opt/etc/fonts/conf.avail/99-slp.conf
%files
%manifest default-fonts-fc-sdk.manifest
%defattr(-,root,root,-)
-/opt/etc/fonts/conf.avail/99-slp.conf
-%{_prefix}/etc/fonts/conf.d/99-slp.conf
-%exclude %{_prefix}/etc/fonts/conf.d/documentation.list
+/usr/opt/etc/fonts/conf.avail/99-slp.conf
+/usr/etc/fonts/conf.d/99-slp.conf
+/etc/opt/init/default-fonts-fc-sdk.init.sh
+/opt/etc/fonts/conf.avail/
+%exclude /usr/etc/fonts/conf.d/documentation.list
diff --git a/sdk_fonts_fc/99-slp.conf b/sdk_fonts_fc/99-slp.conf
index 7fd3b18..3c66480 100755
--- a/sdk_fonts_fc/99-slp.conf
+++ b/sdk_fonts_fc/99-slp.conf
@@ -23,21 +23,11 @@
<fontconfig>
<!--
- Accept deprecated 'SLP' alias, replacing it with 'Helvetica'
+ Accept deprecated 'Tizen' alias, replacing it with 'TizenSans'
-->
<match target="pattern">
<!-- check to see if the font is just regular -->
<test qual="any" name="family">
- <string>SLP</string>
- </test>
- <edit name="family" mode="assign">
- <string>TizenSans</string>
- </edit>
- </match>
-
- <match target="pattern">
- <!-- check to see if the font is just regular -->
- <test qual="any" name="family">
<string>Tizen</string>
</test>
<edit name="family" mode="assign">