Skip to content
Snippets Groups Projects
Verified Commit fe2be267 authored by Štěpán Henek's avatar Štěpán Henek :bear:
Browse files

foris-pakon-plugin: python3

parent fc2f204f
No related branches found
No related tags found
No related merge requests found
......@@ -8,31 +8,33 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=foris-pakon-plugin
PKG_VERSION:=1.1
PKG_RELEASE:=5
PKG_VERSION:=2
PKG_RELEASE:=1
PKG_SOURCE_SUBDIR:=$(PKG_NAME)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://gitlab.labs.nic.cz/turris/foris-pakon-plugin.git
PKG_SOURCE_VERSION:=bc1277151da9d1aac9fe3ea7f8ebee4a5615886d
PKG_SOURCE_VERSION:=package-v$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
PKG_LICENSE:=GPL-3.0
PKG_LICENSE_FILE:=LICENSE
PKG_BUILD_DEPENDS:=python/host python-libsass/host python-setuptools/host foris-plugins-distutils/host
PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-$(PKG_NAME)-$(PKG_VERSION)
PKG_BUILD_DEPENDS:=python3/host python3-libsass/host python3-setuptools/host foris-plugins-distutils/host
include $(INCLUDE_DIR)/package.mk
include $(TOPDIR)/feeds/packages/lang/python/python3-package.mk
include ../foris/files/foris-translations.mk
include ../foris/files/foris-plugin.mk
include $(TOPDIR)/feeds/packages/lang/python/python-package.mk
PKG_UNPACK:=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)
define Package/$(PKG_NAME)
TITLE:=$(PKG_NAME)
DEPENDS:=\
+foris +foris-controller-pakon-module
MAINTAINER:=CZ.NIC <packaging@turris.cz>
VARIANT:=python3
endef
define Package/$(PKG_NAME)/description
......
Index: foris-pakon-plugin/src/static/sass/pakon.sass
===================================================================
--- foris-pakon-plugin.orig/src/static/sass/pakon.sass
+++ foris-pakon-plugin/src/static/sass/pakon.sass
@@ -153,7 +153,7 @@ dialog.loading
visibility: hidden
display: block
position: fixed
- background: url(/foris/config/static/img/loader.gif)
+ background: url(../../../img/loader.gif)
width: 120px
height: 120px
padding: 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment