Skip to content

Commit

Permalink
Added debian packaging files
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Ravinskas committed May 30, 2016
1 parent 783bed5 commit 79d6505
Show file tree
Hide file tree
Showing 8 changed files with 1,709 additions and 6 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include LICENSE, README.md
include LICENSE README.md emoji-keyboard.desktop
recursive-include lib/data *
2 changes: 1 addition & 1 deletion emoji-keyboard.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Name=Emoji keyboard
Name=Emoji Keyboard
GenericName=Emoji Picker
Comment=Virtual keyboard-like emoji picker
Exec=emoji-keyboard
Expand Down
56 changes: 56 additions & 0 deletions emoji_keyboard.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
Metadata-Version: 1.1
Name: emoji-keyboard
Version: 1.0.0
Summary: Virtual keyboard-like emoji picker
Home-page: https://github.com/OzymandiasTheGreat/emoji-keyboard
Author: Tomas Ravinskas
Author-email: [email protected]
License: GPLv3+
Description: # Emoji keyboard

Virtual keyboard-like emoji picker for linux.

This project uses artwork and data from the excellent [EmojiOne project](http://emojione.com/).

## Installation

### Dependencies

You'll need Python 3 GObject bindings and python3-xlib package.
If you're on a debian based distro you can install them with

`sudo apt install python3-gi gir1.2-gtk-3.0 gir1.2-glib-2.0 python3-xlib`

### App

There are several ways to install the app, you can install from deb you can
find on [releases page](https://github.com/OzymandiasTheGreat/emoji-keyboard/releases).

You can install with pip

`sudo pip3 install https://github.com/OzymandiasTheGreat/emoji-keyboard/archive/master.zip`

Or you can download the tarball, extract and run

`sudo setup.py install`

## Usage

Selecting `Show Keyboard` from the app indicator menu or, if your desktop
environment supports it, middle-clicking app indicator will toggle the visibility
of the picker. When the picker is visible simply clicking on emoji will type it
into focused application.

If you want to toggle the visibility of the picker with a hotkey, use your
desktop environment's native hotkey utility to assign a hotkey to `emoji-keyboard`.

Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Loading

0 comments on commit 79d6505

Please sign in to comment.