mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 00:19:20 +02:00
wqy: install a symlink so that qt sees that font
Might be a temporary solution since qt fonts dir could be changed
This commit is contained in:
parent
9e435a27dd
commit
7e4225e01c
@ -23,7 +23,7 @@ define Package/kinyin
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=kinyin
|
TITLE:=kinyin
|
||||||
URL:=http://qt-apps.org/content/show.php/kinyin?content=95926
|
URL:=http://qt-apps.org/content/show.php/kinyin?content=95926
|
||||||
DEPENDS:=+qt4 +qt4-gui +dejavu-fonts-ttf
|
DEPENDS:=+qt4 +qt4-gui +dejavu-fonts-ttf +wqy-microhei
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
||||||
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_BASE_NAME:=font
|
PKG_BASE_NAME:=font
|
||||||
PKG_NAME:=wqy-microhei
|
PKG_NAME:=wqy-microhei
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_VERSION:=0.2.0-beta
|
PKG_VERSION:=0.2.0-beta
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}/
|
PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}/
|
||||||
@ -37,8 +37,9 @@ define Build/Configure
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/wqy-microhei/install
|
define Package/wqy-microhei/install
|
||||||
$(INSTALL_DIR) $(1)/usr/share/fonts/wqy-microhei
|
$(INSTALL_DIR) $(1)/usr/share/fonts/wqy-microhei $(1)/usr/share/fonts/ttf-dejavu
|
||||||
$(INSTALL_DATA) $(PKG_BUILD_DIR)/*.ttc $(1)/usr/share/fonts/wqy-microhei
|
$(INSTALL_DATA) $(PKG_BUILD_DIR)/*.ttc $(1)/usr/share/fonts/wqy-microhei
|
||||||
|
ln -s /usr/share/fonts/wqy-microhei/wqy-microhei.ttc $(1)/usr/share/fonts/ttf-dejavu/wqy-microhei.ttc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,wqy-microhei))
|
$(eval $(call BuildPackage,wqy-microhei))
|
||||||
|
Loading…
Reference in New Issue
Block a user