Skip to content

Commit 2e64218

Browse files
committed
Clean-up repository and implement python package
1 parent cebd821 commit 2e64218

27 files changed

+725
-2278
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@ language: python
22
sudo: required
33
dist: bionic
44
compiler: gcc
5-
65
addons:
76
apt:
87
packages:
98
- libgtk2.0-dev
109
- libglib2.0-dev
1110
- tcl-dev
1211
- tk-dev
13-
14-
before_script:
15-
- cmake .
12+
install:
13+
- sudo -H python -m pip install nose
1614
script:
17-
- make
18-
- sudo make install
15+
- sudo -H python setup.py install
16+
- python -m nose

CMakeLists.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@ CMAKE_MINIMUM_REQUIRED ( VERSION 2.8 )
33
## ===========================================================================
44
## Project Information
55
## ===========================================================================
6-
PROJECT ( gtkTtk )
6+
PROJECT ( gttk )
77
## Package version information.
88
SET ( PKG_NAME ${PROJECT_NAME} )
99
SET ( PKG_MAJOR_VERSION 0 )
1010
SET ( PKG_MINOR_VERSION 5 )
1111
SET ( PKG_BUILD_VERSION 0 )
12-
SET ( PKG_VERSION
13-
"${PKG_MAJOR_VERSION}.${PKG_MINOR_VERSION}" )
12+
SET ( PKG_VERSION "${PKG_MAJOR_VERSION}.${PKG_MINOR_VERSION}" )
1413
SET ( PKG_NAME_VERSION ${PKG_NAME}-${PKG_VERSION} )
15-
SET ( PKG_VENDOR "Géballin" )
14+
SET ( PKG_VENDOR "RedFantom" )
1615
SET ( PKG_HOME_DIR ${PROJECT_SOURCE_DIR} )
1716

1817
SET ( LOAD_GTK_DYNAMICALLY ON )
@@ -189,7 +188,7 @@ SET_SOURCE_FILES_PROPERTIES ( ${PROJECT_SOURCE_DIR}/generic/gtkTtk_Symbols.cpp
189188
SET_SOURCE_FILES_PROPERTIES ( ${PROJECT_SOURCE_DIR}/generic/gtkTtk_Symbols.h
190189
PROPERTIES GENERATED true )
191190

192-
SET ( PKG_TARGET_LIB_NAME ${PKG_NAME}${PKG_VERSION} )
191+
SET ( PKG_TARGET_LIB_NAME ${PKG_NAME} )
193192
## ===========================================================================
194193
## Target: gtkTtk shared library
195194
## ===========================================================================

ChangeLog

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy